Html Css Color HEX #A0EB56 Conifer

📋 copy color: '#A0EB56'

red 160 ◦ green 235 ◦ blue 86

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

Shades of Conifer #A0EB56

Tints of Conifer #A0EB56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.88%

R = 33.26%
G = 48.86%
B = 17.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#A0EB56 (or 0xA0EB56) is known color: Conifer. HEX triplet: A0, EB and 56. RGB value is (160,235,86). Sum of RGB (Red+Green+Blue) = 160+235+86=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EB56 is #5F14A9. Grayscale: #C4C4C4. Windows color (decimal): -6231210 or 5696416. OLE color: 5696416.

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

Color convert

RGB 160 235 86 -
CMYK 0.32 0 0.63 0.08
HSL 90.2º 0.79% 0.63% -
HSV(B) 90.2º 0.63% 0.92% -
XYZ 45.89 67.56 19.43 -
YUV 195.59 66.15 102.62 -
System Red Green Blue C M Y K H S L
Decimal 160 235 86 0.32 0 0.63 0.08 90.2 0.79 0.63
Hex A0 EB 56 20 0 3F 8 5A 4F 3F
Octal 240 353 126 40 0 77 10 132 117 77
Binary 10100000 11101011 1010110 100000 0 111111 1000 1011010 1001111 111111

Color Harmonies of #A0EB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB56

Black with #A0EB56

Text Example


Text Example

White with #A0EB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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