Html Css Color HEX #A0FF5E Conifer

📋 copy color: '#A0FF5E'

red 160 ◦ green 255 ◦ blue 94

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

Shades of Conifer #A0FF5E

Tints of Conifer #A0FF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 50.1%

 BLUE value IS 94 (37.11% from 255) = 18.47%

R = 31.43%
G = 50.1%
B = 18.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#A0FF5E (or 0xA0FF5E) is known color: Conifer. HEX triplet: A0, FF and 5E. RGB value is (160,255,94). Sum of RGB (Red+Green+Blue) = 160+255+94=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF5E is #5F00A1. Grayscale: #D0D0D0. Windows color (decimal): -6226082 or 6225824. OLE color: 6225824.

HSL color Cylindrical-coordinate representation of color #A0FF5E: hue angle of 95.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0FF5E is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 160 255 94 -
CMYK 0.37 0 0.63 0
HSL 95.4º 1% 0.68% -
HSV(B) 95.4º 0.63% 1% -
XYZ 52.28 79.8 23.24 -
YUV 208.24 63.53 93.59 -
System Red Green Blue C M Y K H S L
Decimal 160 255 94 0.37 0 0.63 0 95.4 1 0.68
Hex A0 FF 5E 25 0 3F 0 5F 64 44
Octal 240 377 136 45 0 77 0 137 144 104
Binary 10100000 11111111 1011110 100101 0 111111 0 1011111 1100100 1000100

Color Harmonies of #A0FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF5E

Black with #A0FF5E

Text Example


Text Example

White with #A0FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF5E; }

 p { color: rgb(160,255,94); }

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

background-color css

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

 a { background-color: rgb(160,255,94); }

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

border-color css

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

 span { border-color: rgb(160,255,94); }

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