Html Css Color HEX #ACDD60 Conifer

📋 copy color: '#ACDD60'

red 172 ◦ green 221 ◦ blue 96

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

Shades of Conifer #ACDD60

Tints of Conifer #ACDD60

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 35.17%
G = 45.19%
B = 19.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#ACDD60 (or 0xACDD60) is known color: Conifer. HEX triplet: AC, DD and 60. RGB value is (172,221,96). Sum of RGB (Red+Green+Blue) = 172+221+96=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD60 is #53229F. Grayscale: #C0C0C0. Windows color (decimal): -5448352 or 6348204. OLE color: 6348204.

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

Color convert

RGB 172 221 96 -
CMYK 0.22 0 0.57 0.13
HSL 83.52º 0.65% 0.62% -
HSV(B) 83.52º 0.57% 0.87% -
XYZ 44.98 61.33 20.53 -
YUV 192.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 172 221 96 0.22 0 0.57 0.13 83.52 0.65 0.62
Hex AC DD 60 16 0 39 D 54 41 3E
Octal 254 335 140 26 0 71 15 124 101 76
Binary 10101100 11011101 1100000 10110 0 111001 1101 1010100 1000001 111110

Color Harmonies of #ACDD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD60

Black with #ACDD60

Text Example


Text Example

White with #ACDD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD60; }

 p { color: rgb(172,221,96); }

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

background-color css

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

 a { background-color: rgb(172,221,96); }

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

border-color css

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

 span { border-color: rgb(172,221,96); }

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