Html Css Color HEX #ACF866 Conifer

📋 copy color: '#ACF866'

red 172 ◦ green 248 ◦ blue 102

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

Shades of Conifer #ACF866

Tints of Conifer #ACF866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 32.95%
G = 47.51%
B = 19.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#ACF866 (or 0xACF866) is known color: Conifer. HEX triplet: AC, F8 and 66. RGB value is (172,248,102). Sum of RGB (Red+Green+Blue) = 172+248+102=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF866 is #530799. Grayscale: #D1D1D1. Windows color (decimal): -5441434 or 6748332. OLE color: 6748332.

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

Color convert

RGB 172 248 102 -
CMYK 0.31 0 0.59 0.03
HSL 91.23º 0.91% 0.69% -
HSV(B) 91.23º 0.59% 0.97% -
XYZ 52.98 76.86 24.61 -
YUV 208.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 172 248 102 0.31 0 0.59 0.03 91.23 0.91 0.69
Hex AC F8 66 1F 0 3B 3 5B 5B 45
Octal 254 370 146 37 0 73 3 133 133 105
Binary 10101100 11111000 1100110 11111 0 111011 11 1011011 1011011 1000101

Color Harmonies of #ACF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF866

Black with #ACF866

Text Example


Text Example

White with #ACF866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF866; }

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

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

background-color css

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

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

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

border-color css

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

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

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