Html Css Color HEX #015501 Green

📋 copy color: '#015501'

red 1 ◦ green 85 ◦ blue 1

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

Shades of Green #015501

Tints of Green #015501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 97.7%

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 1.15%
G = 97.7%
B = 1.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#015501 (or 0x015501) is known color: Green. HEX triplet: 01, 55 and 01. RGB value is (1,85,1). Sum of RGB (Red+Green+Blue) = 1+85+1=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 85 (33.59% from 255 or 97.70% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 85 - color contains mainly: green. Hex color #015501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015501 is #FEAAFE. Grayscale: #323232. Windows color (decimal): -16689919 or 87297. OLE color: 87297.

HSL color Cylindrical-coordinate representation of color #015501: hue angle of 120º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015501 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 1 -
CMYK 0.99 0 0.99 0.67
HSL 120º 0.98% 0.17% -
HSV(B) 120º 0.99% 0.33% -
XYZ 3.27 6.51 1.11 -
YUV 50.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 1 85 1 0.99 0 0.99 0.67 120 0.98 0.17
Hex 1 55 1 63 0 63 43 78 62 11
Octal 1 125 1 143 0 143 103 170 142 21
Binary 1 1010101 1 1100011 0 1100011 1000011 1111000 1100010 10001

Color Harmonies of #015501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015501

Black with #015501

Text Example


Text Example

White with #015501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015501; }

 p { color: rgb(1,85,1); }

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

background-color css

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

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

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

border-color css

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

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

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