Html Css Color HEX #A0DA62 Conifer

📋 copy color: '#A0DA62'

red 160 ◦ green 218 ◦ blue 98

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

Shades of Conifer #A0DA62

Tints of Conifer #A0DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 33.61%
G = 45.8%
B = 20.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#A0DA62 (or 0xA0DA62) is known color: Conifer. HEX triplet: A0, DA and 62. RGB value is (160,218,98). Sum of RGB (Red+Green+Blue) = 160+218+98=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA62 is #5F259D. Grayscale: #BBBBBB. Windows color (decimal): -6235550 or 6478496. OLE color: 6478496.

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

Color convert

RGB 160 218 98 -
CMYK 0.27 0 0.55 0.15
HSL 89º 0.62% 0.62% -
HSV(B) 89º 0.55% 0.85% -
XYZ 41.77 58.5 20.64 -
YUV 186.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 160 218 98 0.27 0 0.55 0.15 89 0.62 0.62
Hex A0 DA 62 1B 0 37 F 59 3E 3E
Octal 240 332 142 33 0 67 17 131 76 76
Binary 10100000 11011010 1100010 11011 0 110111 1111 1011001 111110 111110

Color Harmonies of #A0DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA62

Black with #A0DA62

Text Example


Text Example

White with #A0DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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