Html Css Color HEX #158C02 Green

📋 copy color: '#158C02'

red 21 ◦ green 140 ◦ blue 2

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

Shades of Green #158C02

Tints of Green #158C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 85.89%

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 12.88%
G = 85.89%
B = 1.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#158C02 (or 0x158C02) is known color: Green. HEX triplet: 15, 8C and 02. RGB value is (21,140,2). Sum of RGB (Red+Green+Blue) = 21+140+2=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 140 (55.08% from 255 or 85.89% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 140 - color contains mainly: green. Hex color #158C02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158C02 is #EA73FD. Grayscale: #595959. Windows color (decimal): -15365118 or 166933. OLE color: 166933.

HSL color Cylindrical-coordinate representation of color #158C02: hue angle of 111.74º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #158C02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 140 2 -
CMYK 0.85 0 0.99 0.45
HSL 111.74º 0.97% 0.28% -
HSV(B) 111.74º 0.99% 0.55% -
XYZ 9.7 18.92 3.2 -
YUV 88.69 79.08 79.72 -
System Red Green Blue C M Y K H S L
Decimal 21 140 2 0.85 0 0.99 0.45 111.74 0.97 0.28
Hex 15 8C 2 55 0 63 2D 70 61 1C
Octal 25 214 2 125 0 143 55 160 141 34
Binary 10101 10001100 10 1010101 0 1100011 101101 1110000 1100001 11100

Color Harmonies of #158C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C02

Black with #158C02

Text Example


Text Example

White with #158C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158C02; }

 p { color: rgb(21,140,2); }

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

background-color css

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

 a { background-color: rgb(21,140,2); }

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

border-color css

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

 span { border-color: rgb(21,140,2); }

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