Html Css Color HEX #ACD44C Conifer

📋 copy color: '#ACD44C'

red 172 ◦ green 212 ◦ blue 76

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

Shades of Conifer #ACD44C

Tints of Conifer #ACD44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.09%

 BLUE value IS 76 (30.08% from 255) = 16.52%

R = 37.39%
G = 46.09%
B = 16.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#ACD44C (or 0xACD44C) is known color: Conifer. HEX triplet: AC, D4 and 4C. RGB value is (172,212,76). Sum of RGB (Red+Green+Blue) = 172+212+76=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD44C is #532BB3. Grayscale: #B9B9B9. Windows color (decimal): -5450676 or 5035180. OLE color: 5035180.

HSL color Cylindrical-coordinate representation of color #ACD44C: hue angle of 77.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD44C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 76 -
CMYK 0.19 0 0.64 0.17
HSL 77.65º 0.61% 0.56% -
HSV(B) 77.65º 0.64% 0.83% -
XYZ 41.86 56.38 15.51 -
YUV 184.54 66.75 119.06 -
System Red Green Blue C M Y K H S L
Decimal 172 212 76 0.19 0 0.64 0.17 77.65 0.61 0.56
Hex AC D4 4C 13 0 40 11 4E 3D 38
Octal 254 324 114 23 0 100 21 116 75 70
Binary 10101100 11010100 1001100 10011 0 1000000 10001 1001110 111101 111000

Color Harmonies of #ACD44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD44C

Black with #ACD44C

Text Example


Text Example

White with #ACD44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD44C; }

 p { color: rgb(172,212,76); }

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

background-color css

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

 a { background-color: rgb(172,212,76); }

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

border-color css

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

 span { border-color: rgb(172,212,76); }

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