Html Css Color HEX #ACF867 Conifer

📋 copy color: '#ACF867'

red 172 ◦ green 248 ◦ blue 103

#ACF867
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #ACF867

Tints of Conifer #ACF867

RGB

 RED value IS 172 (67.58% from 255) = 32.89%

 GREEN value IS 248 (97.27% from 255) = 47.42%

 BLUE value IS 103 (40.63% from 255) = 19.69%

R = 32.89%
G = 47.42%
B = 19.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACF867 (or 0xACF867) is known color: Conifer. HEX triplet: AC, F8 and 67. RGB value is (172,248,103). Sum of RGB (Red+Green+Blue) = 172+248+103=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF867 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF867 is #530798. Grayscale: #D1D1D1. Windows color (decimal): -5441433 or 6813868. OLE color: 6813868.

HSL color Cylindrical-coordinate representation of color #ACF867: hue angle of 91.45º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF867 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 103 -
CMYK 0.31 0 0.58 0.03
HSL 91.45º 0.91% 0.69% -
HSV(B) 91.45º 0.58% 0.97% -
XYZ 53.03 76.88 24.88 -
YUV 208.75 68.32 101.79 -
System Red Green Blue C M Y K H S L
Decimal 172 248 103 0.31 0 0.58 0.03 91.45 0.91 0.69
Hex AC F8 67 1F 0 3A 3 5B 5B 45
Octal 254 370 147 37 0 72 3 133 133 105
Binary 10101100 11111000 1100111 11111 0 111010 11 1011011 1011011 1000101

Color Harmonies of #ACF867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF867

Black with #ACF867

Text Example


Text Example

White with #ACF867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF867; }

 p { color: rgb(172,248,103); }

 H1.HeaderClassName
 {
   color: #ACF867;
 }
 .AnyTagClassName
 {
   color: #ACF867;
 }
</style>

background-color css

<style>
 a { background-color: #ACF867; }

 a { background-color: rgb(172,248,103); }

 div.DivClassName
 {
   background-color: #ACF867;
 }
 .BgClassName
 {
   background-color: #ACF867;
 }
</style>

border-color css

<style>
 span { border-color: #ACF867; }

 span { border-color: rgb(172,248,103); }

 td.TdClassName
 {
   border-color: #ACF867;
 }
 .TagClassName
 {
   border-color: #ACF867;
 }
</style>