Html Css Color HEX #A0ED61 Conifer

📋 copy color: '#A0ED61'

red 160 ◦ green 237 ◦ blue 97

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

Shades of Conifer #A0ED61

Tints of Conifer #A0ED61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.64%

R = 32.39%
G = 47.98%
B = 19.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#A0ED61 (or 0xA0ED61) is known color: Conifer. HEX triplet: A0, ED and 61. RGB value is (160,237,97). Sum of RGB (Red+Green+Blue) = 160+237+97=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED61 is #5F129E. Grayscale: #C6C6C6. Windows color (decimal): -6230687 or 6417824. OLE color: 6417824.

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

Color convert

RGB 160 237 97 -
CMYK 0.32 0 0.59 0.07
HSL 93º 0.8% 0.65% -
HSV(B) 93º 0.59% 0.93% -
XYZ 46.94 68.91 22.14 -
YUV 198.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 160 237 97 0.32 0 0.59 0.07 93 0.8 0.65
Hex A0 ED 61 20 0 3B 7 5D 50 41
Octal 240 355 141 40 0 73 7 135 120 101
Binary 10100000 11101101 1100001 100000 0 111011 111 1011101 1010000 1000001

Color Harmonies of #A0ED61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED61

Black with #A0ED61

Text Example


Text Example

White with #A0ED61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED61; }

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

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

background-color css

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

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

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

border-color css

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

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

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