Html Css Color HEX #A0DA5E Conifer

📋 copy color: '#A0DA5E'

red 160 ◦ green 218 ◦ blue 94

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

Shades of Conifer #A0DA5E

Tints of Conifer #A0DA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 94 (37.11% from 255) = 19.92%

R = 33.9%
G = 46.19%
B = 19.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A0DA5E (or 0xA0DA5E) is known color: Conifer. HEX triplet: A0, DA and 5E. RGB value is (160,218,94). Sum of RGB (Red+Green+Blue) = 160+218+94=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA5E is #5F25A1. Grayscale: #BABABA. Windows color (decimal): -6235554 or 6216352. OLE color: 6216352.

HSL color Cylindrical-coordinate representation of color #A0DA5E: hue angle of 88.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0DA5E is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 94 -
CMYK 0.27 0 0.57 0.15
HSL 88.06º 0.63% 0.61% -
HSV(B) 88.06º 0.57% 0.85% -
XYZ 41.59 58.42 19.67 -
YUV 186.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 160 218 94 0.27 0 0.57 0.15 88.06 0.63 0.61
Hex A0 DA 5E 1B 0 39 F 58 3F 3D
Octal 240 332 136 33 0 71 17 130 77 75
Binary 10100000 11011010 1011110 11011 0 111001 1111 1011000 111111 111101

Color Harmonies of #A0DA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA5E

Black with #A0DA5E

Text Example


Text Example

White with #A0DA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA5E; }

 p { color: rgb(160,218,94); }

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

background-color css

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

 a { background-color: rgb(160,218,94); }

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

border-color css

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

 span { border-color: rgb(160,218,94); }

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