Html Css Color HEX #A0ED59 Conifer

📋 copy color: '#A0ED59'

red 160 ◦ green 237 ◦ blue 89

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

Shades of Conifer #A0ED59

Tints of Conifer #A0ED59

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.77%

 BLUE value IS 89 (35.16% from 255) = 18.31%

R = 32.92%
G = 48.77%
B = 18.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#A0ED59 (or 0xA0ED59) is known color: Conifer. HEX triplet: A0, ED and 59. RGB value is (160,237,89). Sum of RGB (Red+Green+Blue) = 160+237+89=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED59 is #5F12A6. Grayscale: #C5C5C5. Windows color (decimal): -6230695 or 5893536. OLE color: 5893536.

HSL color Cylindrical-coordinate representation of color #A0ED59: hue angle of 91.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0ED59 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 89 -
CMYK 0.32 0 0.62 0.07
HSL 91.22º 0.8% 0.64% -
HSV(B) 91.22º 0.62% 0.93% -
XYZ 46.58 68.76 20.27 -
YUV 197.11 66.99 101.53 -
System Red Green Blue C M Y K H S L
Decimal 160 237 89 0.32 0 0.62 0.07 91.22 0.8 0.64
Hex A0 ED 59 20 0 3E 7 5B 50 40
Octal 240 355 131 40 0 76 7 133 120 100
Binary 10100000 11101101 1011001 100000 0 111110 111 1011011 1010000 1000000

Color Harmonies of #A0ED59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED59

Black with #A0ED59

Text Example


Text Example

White with #A0ED59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED59; }

 p { color: rgb(160,237,89); }

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

background-color css

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

 a { background-color: rgb(160,237,89); }

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

border-color css

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

 span { border-color: rgb(160,237,89); }

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