Html Css Color HEX #ACDF66 Conifer

📋 copy color: '#ACDF66'

red 172 ◦ green 223 ◦ blue 102

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

Shades of Conifer #ACDF66

Tints of Conifer #ACDF66

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 34.61%
G = 44.87%
B = 20.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#ACDF66 (or 0xACDF66) is known color: Conifer. HEX triplet: AC, DF and 66. RGB value is (172,223,102). Sum of RGB (Red+Green+Blue) = 172+223+102=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF66 is #532099. Grayscale: #C2C2C2. Windows color (decimal): -5447834 or 6741932. OLE color: 6741932.

HSL color Cylindrical-coordinate representation of color #ACDF66: hue angle of 85.29º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACDF66 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 102 -
CMYK 0.23 0 0.54 0.13
HSL 85.29º 0.65% 0.64% -
HSV(B) 85.29º 0.54% 0.87% -
XYZ 45.8 62.51 22.22 -
YUV 193.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 172 223 102 0.23 0 0.54 0.13 85.29 0.65 0.64
Hex AC DF 66 17 0 36 D 55 41 40
Octal 254 337 146 27 0 66 15 125 101 100
Binary 10101100 11011111 1100110 10111 0 110110 1101 1010101 1000001 1000000

Color Harmonies of #ACDF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF66

Black with #ACDF66

Text Example


Text Example

White with #ACDF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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