Html Css Color HEX #158601 Green

📋 copy color: '#158601'

red 21 ◦ green 134 ◦ blue 1

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

Shades of Green #158601

Tints of Green #158601

RGB

 RED value IS 21 (8.59% from 255) = 13.46%

 GREEN value IS 134 (52.73% from 255) = 85.9%

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

R = 13.46%
G = 85.9%
B = 0.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#158601 (or 0x158601) is known color: Green. HEX triplet: 15, 86 and 01. RGB value is (21,134,1). Sum of RGB (Red+Green+Blue) = 21+134+1=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 134 (52.73% from 255 or 85.90% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 134 - color contains mainly: green. Hex color #158601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158601 is #EA79FE. Grayscale: #555555. Windows color (decimal): -15366655 or 99861. OLE color: 99861.

HSL color Cylindrical-coordinate representation of color #158601: hue angle of 110.98º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #158601 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 134 1 -
CMYK 0.84 0 0.99 0.47
HSL 110.98º 0.99% 0.26% -
HSV(B) 110.98º 0.99% 0.53% -
XYZ 8.84 17.21 2.89 -
YUV 85.05 80.56 82.31 -
System Red Green Blue C M Y K H S L
Decimal 21 134 1 0.84 0 0.99 0.47 110.98 0.99 0.26
Hex 15 86 1 54 0 63 2F 6F 63 1A
Octal 25 206 1 124 0 143 57 157 143 32
Binary 10101 10000110 1 1010100 0 1100011 101111 1101111 1100011 11010

Color Harmonies of #158601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158601

Black with #158601

Text Example


Text Example

White with #158601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158601; }

 p { color: rgb(21,134,1); }

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

background-color css

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

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

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

border-color css

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

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

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