Html Css Color HEX #ACF064 Conifer

📋 copy color: '#ACF064'

red 172 ◦ green 240 ◦ blue 100

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

Shades of Conifer #ACF064

Tints of Conifer #ACF064

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.88%

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 33.59%
G = 46.88%
B = 19.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#ACF064 (or 0xACF064) is known color: Conifer. HEX triplet: AC, F0 and 64. RGB value is (172,240,100). Sum of RGB (Red+Green+Blue) = 172+240+100=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF064 is #530F9B. Grayscale: #CCCCCC. Windows color (decimal): -5443484 or 6615212. OLE color: 6615212.

HSL color Cylindrical-coordinate representation of color #ACF064: hue angle of 89.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF064 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 100 -
CMYK 0.28 0 0.58 0.06
HSL 89.14º 0.82% 0.67% -
HSV(B) 89.14º 0.58% 0.94% -
XYZ 50.47 72.01 23.3 -
YUV 203.71 69.47 105.38 -
System Red Green Blue C M Y K H S L
Decimal 172 240 100 0.28 0 0.58 0.06 89.14 0.82 0.67
Hex AC F0 64 1C 0 3A 6 59 52 43
Octal 254 360 144 34 0 72 6 131 122 103
Binary 10101100 11110000 1100100 11100 0 111010 110 1011001 1010010 1000011

Color Harmonies of #ACF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF064

Black with #ACF064

Text Example


Text Example

White with #ACF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF064; }

 p { color: rgb(172,240,100); }

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

background-color css

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

 a { background-color: rgb(172,240,100); }

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

border-color css

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

 span { border-color: rgb(172,240,100); }

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