Html Css Color HEX #A0EE61 Conifer

📋 copy color: '#A0EE61'

red 160 ◦ green 238 ◦ blue 97

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

Shades of Conifer #A0EE61

Tints of Conifer #A0EE61

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.08%

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

R = 32.32%
G = 48.08%
B = 19.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#A0EE61 (or 0xA0EE61) is known color: Conifer. HEX triplet: A0, EE and 61. RGB value is (160,238,97). Sum of RGB (Red+Green+Blue) = 160+238+97=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE61 is #5F119E. Grayscale: #C7C7C7. Windows color (decimal): -6230431 or 6418080. OLE color: 6418080.

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

Color convert

RGB 160 238 97 -
CMYK 0.33 0 0.59 0.07
HSL 93.19º 0.81% 0.66% -
HSV(B) 93.19º 0.59% 0.93% -
XYZ 47.23 69.49 22.23 -
YUV 198.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 160 238 97 0.33 0 0.59 0.07 93.19 0.81 0.66
Hex A0 EE 61 21 0 3B 7 5D 51 42
Octal 240 356 141 41 0 73 7 135 121 102
Binary 10100000 11101110 1100001 100001 0 111011 111 1011101 1010001 1000010

Color Harmonies of #A0EE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE61

Black with #A0EE61

Text Example


Text Example

White with #A0EE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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