Html Css Color HEX #ACCF66 Conifer

📋 copy color: '#ACCF66'

red 172 ◦ green 207 ◦ blue 102

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

Shades of Conifer #ACCF66

Tints of Conifer #ACCF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 35.76%
G = 43.04%
B = 21.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#ACCF66 (or 0xACCF66) is known color: Conifer. HEX triplet: AC, CF and 66. RGB value is (172,207,102). Sum of RGB (Red+Green+Blue) = 172+207+102=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF66 is #533099. Grayscale: #B8B8B8. Windows color (decimal): -5451930 or 6737836. OLE color: 6737836.

HSL color Cylindrical-coordinate representation of color #ACCF66: hue angle of 80º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACCF66 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 102 -
CMYK 0.17 0 0.51 0.19
HSL 80º 0.52% 0.61% -
HSV(B) 80º 0.51% 0.81% -
XYZ 41.72 54.36 20.86 -
YUV 184.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 172 207 102 0.17 0 0.51 0.19 80 0.52 0.61
Hex AC CF 66 11 0 33 13 50 34 3D
Octal 254 317 146 21 0 63 23 120 64 75
Binary 10101100 11001111 1100110 10001 0 110011 10011 1010000 110100 111101

Color Harmonies of #ACCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCF66

Black with #ACCF66

Text Example


Text Example

White with #ACCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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