Html Css Color HEX #ACDD4E Conifer

📋 copy color: '#ACDD4E'

red 172 ◦ green 221 ◦ blue 78

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

Shades of Conifer #ACDD4E

Tints of Conifer #ACDD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.56%

R = 36.52%
G = 46.92%
B = 16.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#ACDD4E (or 0xACDD4E) is known color: Conifer. HEX triplet: AC, DD and 4E. RGB value is (172,221,78). Sum of RGB (Red+Green+Blue) = 172+221+78=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD4E is #5322B1. Grayscale: #BEBEBE. Windows color (decimal): -5448370 or 5168556. OLE color: 5168556.

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

Color convert

RGB 172 221 78 -
CMYK 0.22 0 0.65 0.13
HSL 80.56º 0.68% 0.59% -
HSV(B) 80.56º 0.65% 0.87% -
XYZ 44.24 61.03 16.66 -
YUV 190.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 172 221 78 0.22 0 0.65 0.13 80.56 0.68 0.59
Hex AC DD 4E 16 0 41 D 51 44 3B
Octal 254 335 116 26 0 101 15 121 104 73
Binary 10101100 11011101 1001110 10110 0 1000001 1101 1010001 1000100 111011

Color Harmonies of #ACDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD4E

Black with #ACDD4E

Text Example


Text Example

White with #ACDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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