Html Css Color HEX #ACD24E Conifer

📋 copy color: '#ACD24E'

red 172 ◦ green 210 ◦ blue 78

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

Shades of Conifer #ACD24E

Tints of Conifer #ACD24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 37.39%
G = 45.65%
B = 16.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#ACD24E (or 0xACD24E) is known color: Conifer. HEX triplet: AC, D2 and 4E. RGB value is (172,210,78). Sum of RGB (Red+Green+Blue) = 172+210+78=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD24E is #532DB1. Grayscale: #B8B8B8. Windows color (decimal): -5451186 or 5165740. OLE color: 5165740.

HSL color Cylindrical-coordinate representation of color #ACD24E: hue angle of 77.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD24E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 78 -
CMYK 0.18 0 0.63 0.18
HSL 77.27º 0.59% 0.56% -
HSV(B) 77.27º 0.63% 0.82% -
XYZ 41.44 55.41 15.72 -
YUV 183.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 172 210 78 0.18 0 0.63 0.18 77.27 0.59 0.56
Hex AC D2 4E 12 0 3F 12 4D 3B 38
Octal 254 322 116 22 0 77 22 115 73 70
Binary 10101100 11010010 1001110 10010 0 111111 10010 1001101 111011 111000

Color Harmonies of #ACD24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD24E

Black with #ACD24E

Text Example


Text Example

White with #ACD24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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