Html Css Color HEX #A0DD54 Conifer

📋 copy color: '#A0DD54'

red 160 ◦ green 221 ◦ blue 84

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

Shades of Conifer #A0DD54

Tints of Conifer #A0DD54

RGB

 RED value IS 160 (62.89% from 255) = 34.41%

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

 BLUE value IS 84 (33.2% from 255) = 18.06%

R = 34.41%
G = 47.53%
B = 18.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#A0DD54 (or 0xA0DD54) is known color: Conifer. HEX triplet: A0, DD and 54. RGB value is (160,221,84). Sum of RGB (Red+Green+Blue) = 160+221+84=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD54 is #5F22AB. Grayscale: #BBBBBB. Windows color (decimal): -6234796 or 5561760. OLE color: 5561760.

HSL color Cylindrical-coordinate representation of color #A0DD54: hue angle of 86.72º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0DD54 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 84 -
CMYK 0.28 0 0.62 0.13
HSL 86.72º 0.67% 0.6% -
HSV(B) 86.72º 0.62% 0.87% -
XYZ 41.95 59.83 17.72 -
YUV 187.14 69.79 108.64 -
System Red Green Blue C M Y K H S L
Decimal 160 221 84 0.28 0 0.62 0.13 86.72 0.67 0.6
Hex A0 DD 54 1C 0 3E D 57 43 3C
Octal 240 335 124 34 0 76 15 127 103 74
Binary 10100000 11011101 1010100 11100 0 111110 1101 1010111 1000011 111100

Color Harmonies of #A0DD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD54

Black with #A0DD54

Text Example


Text Example

White with #A0DD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD54; }

 p { color: rgb(160,221,84); }

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

background-color css

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

 a { background-color: rgb(160,221,84); }

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

border-color css

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

 span { border-color: rgb(160,221,84); }

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