Html Css Color HEX #A0EB5A Conifer

📋 copy color: '#A0EB5A'

red 160 ◦ green 235 ◦ blue 90

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

Shades of Conifer #A0EB5A

Tints of Conifer #A0EB5A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.45%

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

R = 32.99%
G = 48.45%
B = 18.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#A0EB5A (or 0xA0EB5A) is known color: Conifer. HEX triplet: A0, EB and 5A. RGB value is (160,235,90). Sum of RGB (Red+Green+Blue) = 160+235+90=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EB5A is #5F14A5. Grayscale: #C4C4C4. Windows color (decimal): -6231206 or 5958560. OLE color: 5958560.

HSL color Cylindrical-coordinate representation of color #A0EB5A: hue angle of 91.03º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0EB5A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 90 -
CMYK 0.32 0 0.62 0.08
HSL 91.03º 0.78% 0.64% -
HSV(B) 91.03º 0.62% 0.92% -
XYZ 46.05 67.63 20.3 -
YUV 196.05 68.15 102.29 -
System Red Green Blue C M Y K H S L
Decimal 160 235 90 0.32 0 0.62 0.08 91.03 0.78 0.64
Hex A0 EB 5A 20 0 3E 8 5B 4E 40
Octal 240 353 132 40 0 76 10 133 116 100
Binary 10100000 11101011 1011010 100000 0 111110 1000 1011011 1001110 1000000

Color Harmonies of #A0EB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB5A

Black with #A0EB5A

Text Example


Text Example

White with #A0EB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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