Html Css Color HEX #ACDD5A Conifer

📋 copy color: '#ACDD5A'

red 172 ◦ green 221 ◦ blue 90

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

Shades of Conifer #ACDD5A

Tints of Conifer #ACDD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 35.61%
G = 45.76%
B = 18.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#ACDD5A (or 0xACDD5A) is known color: Conifer. HEX triplet: AC, DD and 5A. RGB value is (172,221,90). Sum of RGB (Red+Green+Blue) = 172+221+90=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD5A is #5322A5. Grayscale: #BFBFBF. Windows color (decimal): -5448358 or 5954988. OLE color: 5954988.

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

Color convert

RGB 172 221 90 -
CMYK 0.22 0 0.59 0.13
HSL 82.44º 0.66% 0.61% -
HSV(B) 82.44º 0.59% 0.87% -
XYZ 44.72 61.22 19.13 -
YUV 191.42 70.77 114.15 -
System Red Green Blue C M Y K H S L
Decimal 172 221 90 0.22 0 0.59 0.13 82.44 0.66 0.61
Hex AC DD 5A 16 0 3B D 52 42 3D
Octal 254 335 132 26 0 73 15 122 102 75
Binary 10101100 11011101 1011010 10110 0 111011 1101 1010010 1000010 111101

Color Harmonies of #ACDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD5A

Black with #ACDD5A

Text Example


Text Example

White with #ACDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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