Html Css Color HEX #A0E061 Conifer

📋 copy color: '#A0E061'

red 160 ◦ green 224 ◦ blue 97

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

Shades of Conifer #A0E061

Tints of Conifer #A0E061

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

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

R = 33.26%
G = 46.57%
B = 20.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A0E061 (or 0xA0E061) is known color: Conifer. HEX triplet: A0, E0 and 61. RGB value is (160,224,97). Sum of RGB (Red+Green+Blue) = 160+224+97=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E061 is #5F1F9E. Grayscale: #BEBEBE. Windows color (decimal): -6234015 or 6414496. OLE color: 6414496.

HSL color Cylindrical-coordinate representation of color #A0E061: hue angle of 90.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0E061 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 97 -
CMYK 0.29 0 0.57 0.12
HSL 90.24º 0.67% 0.63% -
HSV(B) 90.24º 0.57% 0.88% -
XYZ 43.31 61.65 20.93 -
YUV 190.39 75.3 106.33 -
System Red Green Blue C M Y K H S L
Decimal 160 224 97 0.29 0 0.57 0.12 90.24 0.67 0.63
Hex A0 E0 61 1D 0 39 C 5A 43 3F
Octal 240 340 141 35 0 71 14 132 103 77
Binary 10100000 11100000 1100001 11101 0 111001 1100 1011010 1000011 111111

Color Harmonies of #A0E061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E061

Black with #A0E061

Text Example


Text Example

White with #A0E061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E061; }

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

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

background-color css

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

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

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

border-color css

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

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

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