Html Css Color HEX #ACDD44 Conifer

📋 copy color: '#ACDD44'

red 172 ◦ green 221 ◦ blue 68

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

Shades of Conifer #ACDD44

Tints of Conifer #ACDD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 37.31%
G = 47.94%
B = 14.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#ACDD44 (or 0xACDD44) is known color: Conifer. HEX triplet: AC, DD and 44. RGB value is (172,221,68). Sum of RGB (Red+Green+Blue) = 172+221+68=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD44 is #5322BB. Grayscale: #BDBDBD. Windows color (decimal): -5448380 or 4513196. OLE color: 4513196.

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

Color convert

RGB 172 221 68 -
CMYK 0.22 0 0.69 0.13
HSL 79.22º 0.69% 0.57% -
HSV(B) 79.22º 0.69% 0.87% -
XYZ 43.91 60.9 14.91 -
YUV 188.91 59.77 115.94 -
System Red Green Blue C M Y K H S L
Decimal 172 221 68 0.22 0 0.69 0.13 79.22 0.69 0.57
Hex AC DD 44 16 0 45 D 4F 45 39
Octal 254 335 104 26 0 105 15 117 105 71
Binary 10101100 11011101 1000100 10110 0 1000101 1101 1001111 1000101 111001

Color Harmonies of #ACDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD44

Black with #ACDD44

Text Example


Text Example

White with #ACDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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