Html Css Color HEX #ACF864 Conifer

📋 copy color: '#ACF864'

red 172 ◦ green 248 ◦ blue 100

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

Shades of Conifer #ACF864

Tints of Conifer #ACF864

RGB

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

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

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

R = 33.08%
G = 47.69%
B = 19.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#ACF864 (or 0xACF864) is known color: Conifer. HEX triplet: AC, F8 and 64. RGB value is (172,248,100). Sum of RGB (Red+Green+Blue) = 172+248+100=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF864 is #53079B. Grayscale: #D0D0D0. Windows color (decimal): -5441436 or 6617260. OLE color: 6617260.

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

Color convert

RGB 172 248 100 -
CMYK 0.31 0 0.60 0.03
HSL 90.81º 0.91% 0.68% -
HSV(B) 90.81º 0.6% 0.97% -
XYZ 52.88 76.83 24.1 -
YUV 208.4 66.82 102.03 -
System Red Green Blue C M Y K H S L
Decimal 172 248 100 0.31 0 0.60 0.03 90.81 0.91 0.68
Hex AC F8 64 1F 0 3C 3 5B 5B 44
Octal 254 370 144 37 0 74 3 133 133 104
Binary 10101100 11111000 1100100 11111 0 111100 11 1011011 1011011 1000100

Color Harmonies of #ACF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF864

Black with #ACF864

Text Example


Text Example

White with #ACF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF864; }

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

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

background-color css

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

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

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

border-color css

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

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

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