Html Css Color HEX #015A00 Green

📋 copy color: '#015A00'

red 1 ◦ green 90 ◦ blue 0

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

Shades of Green #015A00

Tints of Green #015A00

RGB

 RED value IS 1 (0.78% from 255) = 1.1%

 GREEN value IS 90 (35.55% from 255) = 98.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.1%
G = 98.9%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#015A00 (or 0x015A00) is known color: Green. HEX triplet: 01, 5A and 00. RGB value is (1,90,0). Sum of RGB (Red+Green+Blue) = 1+90+0=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 90 (35.55% from 255 or 98.90% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 90 - color contains mainly: green. Hex color #015A00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A00 is #FEA5FF. Grayscale: #353535. Windows color (decimal): -16688640 or 23041. OLE color: 23041.

HSL color Cylindrical-coordinate representation of color #015A00: hue angle of 119.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015A00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 0 -
CMYK 0.99 0 1 0.65
HSL 119.33º 1% 0.18% -
HSV(B) 119.33º 1% 0.35% -
XYZ 3.67 7.32 1.22 -
YUV 53.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 1 90 0 0.99 0 1 0.65 119.33 1 0.18
Hex 1 5A 0 63 0 64 41 77 64 12
Octal 1 132 0 143 0 144 101 167 144 22
Binary 1 1011010 0 1100011 0 1100100 1000001 1110111 1100100 10010

Color Harmonies of #015A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A00

Black with #015A00

Text Example


Text Example

White with #015A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A00; }

 p { color: rgb(1,90,0); }

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

background-color css

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

 a { background-color: rgb(1,90,0); }

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

border-color css

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

 span { border-color: rgb(1,90,0); }

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