Html Css Color HEX #A0EE5F Conifer

📋 copy color: '#A0EE5F'

red 160 ◦ green 238 ◦ blue 95

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

Shades of Conifer #A0EE5F

Tints of Conifer #A0EE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 32.45%
G = 48.28%
B = 19.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#A0EE5F (or 0xA0EE5F) is known color: Conifer. HEX triplet: A0, EE and 5F. RGB value is (160,238,95). Sum of RGB (Red+Green+Blue) = 160+238+95=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE5F is #5F11A0. Grayscale: #C6C6C6. Windows color (decimal): -6230433 or 6287008. OLE color: 6287008.

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

Color convert

RGB 160 238 95 -
CMYK 0.33 0 0.60 0.07
HSL 92.73º 0.81% 0.65% -
HSV(B) 92.73º 0.6% 0.93% -
XYZ 47.14 69.45 21.75 -
YUV 198.38 69.66 100.63 -
System Red Green Blue C M Y K H S L
Decimal 160 238 95 0.33 0 0.60 0.07 92.73 0.81 0.65
Hex A0 EE 5F 21 0 3C 7 5D 51 41
Octal 240 356 137 41 0 74 7 135 121 101
Binary 10100000 11101110 1011111 100001 0 111100 111 1011101 1010001 1000001

Color Harmonies of #A0EE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE5F

Black with #A0EE5F

Text Example


Text Example

White with #A0EE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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