Html Css Color HEX #A0DE4D Conifer

📋 copy color: '#A0DE4D'

red 160 ◦ green 222 ◦ blue 77

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

Shades of Conifer #A0DE4D

Tints of Conifer #A0DE4D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.37%

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 34.86%
G = 48.37%
B = 16.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#A0DE4D (or 0xA0DE4D) is known color: Conifer. HEX triplet: A0, DE and 4D. RGB value is (160,222,77). Sum of RGB (Red+Green+Blue) = 160+222+77=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE4D is #5F21B2. Grayscale: #BBBBBB. Windows color (decimal): -6234547 or 5103264. OLE color: 5103264.

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

Color convert

RGB 160 222 77 -
CMYK 0.28 0 0.65 0.13
HSL 85.66º 0.69% 0.59% -
HSV(B) 85.66º 0.65% 0.87% -
XYZ 41.96 60.25 16.44 -
YUV 186.93 65.96 108.79 -
System Red Green Blue C M Y K H S L
Decimal 160 222 77 0.28 0 0.65 0.13 85.66 0.69 0.59
Hex A0 DE 4D 1C 0 41 D 56 45 3B
Octal 240 336 115 34 0 101 15 126 105 73
Binary 10100000 11011110 1001101 11100 0 1000001 1101 1010110 1000101 111011

Color Harmonies of #A0DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DE4D

Black with #A0DE4D

Text Example


Text Example

White with #A0DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DE4D; }

 p { color: rgb(160,222,77); }

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

background-color css

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

 a { background-color: rgb(160,222,77); }

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

border-color css

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

 span { border-color: rgb(160,222,77); }

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