Html Css Color HEX #ACDD5E Conifer

📋 copy color: '#ACDD5E'

red 172 ◦ green 221 ◦ blue 94

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

Shades of Conifer #ACDD5E

Tints of Conifer #ACDD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.3%

R = 35.32%
G = 45.38%
B = 19.3%

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

#ACDD5E (or 0xACDD5E) is known color: Conifer. HEX triplet: AC, DD and 5E. RGB value is (172,221,94). Sum of RGB (Red+Green+Blue) = 172+221+94=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD5E is #5322A1. Grayscale: #C0C0C0. Windows color (decimal): -5448354 or 6217132. OLE color: 6217132.

HSL color Cylindrical-coordinate representation of color #ACDD5E: hue angle of 83.15º 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 #ACDD5E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 94 -
CMYK 0.22 0 0.57 0.13
HSL 83.15º 0.65% 0.62% -
HSV(B) 83.15º 0.57% 0.87% -
XYZ 44.89 61.29 20.05 -
YUV 191.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 172 221 94 0.22 0 0.57 0.13 83.15 0.65 0.62
Hex AC DD 5E 16 0 39 D 53 41 3E
Octal 254 335 136 26 0 71 15 123 101 76
Binary 10101100 11011101 1011110 10110 0 111001 1101 1010011 1000001 111110

Color Harmonies of #ACDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD5E

Black with #ACDD5E

Text Example


Text Example

White with #ACDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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