Html Css Color HEX #ACF666 Conifer

📋 copy color: '#ACF666'

red 172 ◦ green 246 ◦ blue 102

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

Shades of Conifer #ACF666

Tints of Conifer #ACF666

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 33.08%
G = 47.31%
B = 19.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#ACF666 (or 0xACF666) is known color: Conifer. HEX triplet: AC, F6 and 66. RGB value is (172,246,102). Sum of RGB (Red+Green+Blue) = 172+246+102=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF666 is #530999. Grayscale: #CFCFCF. Windows color (decimal): -5441946 or 6747820. OLE color: 6747820.

HSL color Cylindrical-coordinate representation of color #ACF666: hue angle of 90.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF666 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 102 -
CMYK 0.30 0 0.59 0.04
HSL 90.83º 0.89% 0.68% -
HSV(B) 90.83º 0.59% 0.96% -
XYZ 52.37 75.64 24.41 -
YUV 207.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 172 246 102 0.30 0 0.59 0.04 90.83 0.89 0.68
Hex AC F6 66 1E 0 3B 4 5B 59 44
Octal 254 366 146 36 0 73 4 133 131 104
Binary 10101100 11110110 1100110 11110 0 111011 100 1011011 1011001 1000100

Color Harmonies of #ACF666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF666

Black with #ACF666

Text Example


Text Example

White with #ACF666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF666; }

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

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

background-color css

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

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

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

border-color css

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

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

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