Html Css Color HEX #A0E656 Conifer

📋 copy color: '#A0E656'

red 160 ◦ green 230 ◦ blue 86

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

Shades of Conifer #A0E656

Tints of Conifer #A0E656

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.32%

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

R = 33.61%
G = 48.32%
B = 18.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#A0E656 (or 0xA0E656) is known color: Conifer. HEX triplet: A0, E6 and 56. RGB value is (160,230,86). Sum of RGB (Red+Green+Blue) = 160+230+86=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E656 is #5F19A9. Grayscale: #C1C1C1. Windows color (decimal): -6232490 or 5695136. OLE color: 5695136.

HSL color Cylindrical-coordinate representation of color #A0E656: hue angle of 89.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0E656 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 86 -
CMYK 0.30 0 0.63 0.10
HSL 89.17º 0.74% 0.62% -
HSV(B) 89.17º 0.63% 0.9% -
XYZ 44.47 64.74 18.96 -
YUV 192.65 67.81 104.71 -
System Red Green Blue C M Y K H S L
Decimal 160 230 86 0.30 0 0.63 0.10 89.17 0.74 0.62
Hex A0 E6 56 1E 0 3F A 59 4A 3E
Octal 240 346 126 36 0 77 12 131 112 76
Binary 10100000 11100110 1010110 11110 0 111111 1010 1011001 1001010 111110

Color Harmonies of #A0E656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E656

Black with #A0E656

Text Example


Text Example

White with #A0E656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E656; }

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

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

background-color css

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

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

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

border-color css

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

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

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