Html Css Color HEX #A0EC5A Conifer

📋 copy color: '#A0EC5A'

red 160 ◦ green 236 ◦ blue 90

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

Shades of Conifer #A0EC5A

Tints of Conifer #A0EC5A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.56%

 BLUE value IS 90 (35.55% from 255) = 18.52%

R = 32.92%
G = 48.56%
B = 18.52%

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

#A0EC5A (or 0xA0EC5A) is known color: Conifer. HEX triplet: A0, EC and 5A. RGB value is (160,236,90). Sum of RGB (Red+Green+Blue) = 160+236+90=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC5A is #5F13A5. Grayscale: #C5C5C5. Windows color (decimal): -6230950 or 5958816. OLE color: 5958816.

HSL color Cylindrical-coordinate representation of color #A0EC5A: hue angle of 91.23º degrees, saturation: 0.79, 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 #A0EC5A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 90 -
CMYK 0.32 0 0.62 0.07
HSL 91.23º 0.79% 0.64% -
HSV(B) 91.23º 0.62% 0.93% -
XYZ 46.34 68.2 20.4 -
YUV 196.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 160 236 90 0.32 0 0.62 0.07 91.23 0.79 0.64
Hex A0 EC 5A 20 0 3E 7 5B 4F 40
Octal 240 354 132 40 0 76 7 133 117 100
Binary 10100000 11101100 1011010 100000 0 111110 111 1011011 1001111 1000000

Color Harmonies of #A0EC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC5A

Black with #A0EC5A

Text Example


Text Example

White with #A0EC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC5A; }

 p { color: rgb(160,236,90); }

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

background-color css

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

 a { background-color: rgb(160,236,90); }

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

border-color css

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

 span { border-color: rgb(160,236,90); }

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