Html Css Color HEX #ACD24A Conifer

📋 copy color: '#ACD24A'

red 172 ◦ green 210 ◦ blue 74

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

Shades of Conifer #ACD24A

Tints of Conifer #ACD24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 37.72%
G = 46.05%
B = 16.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#ACD24A (or 0xACD24A) is known color: Conifer. HEX triplet: AC, D2 and 4A. RGB value is (172,210,74). Sum of RGB (Red+Green+Blue) = 172+210+74=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD24A is #532DB5. Grayscale: #B7B7B7. Windows color (decimal): -5451190 or 4903596. OLE color: 4903596.

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

Color convert

RGB 172 210 74 -
CMYK 0.18 0 0.65 0.18
HSL 76.76º 0.6% 0.56% -
HSV(B) 76.76º 0.65% 0.82% -
XYZ 41.3 55.36 14.99 -
YUV 183.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 172 210 74 0.18 0 0.65 0.18 76.76 0.6 0.56
Hex AC D2 4A 12 0 41 12 4D 3C 38
Octal 254 322 112 22 0 101 22 115 74 70
Binary 10101100 11010010 1001010 10010 0 1000001 10010 1001101 111100 111000

Color Harmonies of #ACD24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD24A

Black with #ACD24A

Text Example


Text Example

White with #ACD24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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