Html Css Color HEX #157E02 Green

📋 copy color: '#157E02'

red 21 ◦ green 126 ◦ blue 2

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

Shades of Green #157E02

Tints of Green #157E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 84.56%

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

R = 14.09%
G = 84.56%
B = 1.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#157E02 (or 0x157E02) is known color: Green. HEX triplet: 15, 7E and 02. RGB value is (21,126,2). Sum of RGB (Red+Green+Blue) = 21+126+2=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 126 (49.61% from 255 or 84.56% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 126 - color contains mainly: green. Hex color #157E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157E02 is #EA81FD. Grayscale: #505050. Windows color (decimal): -15368702 or 163349. OLE color: 163349.

HSL color Cylindrical-coordinate representation of color #157E02: hue angle of 110.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #157E02 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 2 -
CMYK 0.83 0 0.98 0.51
HSL 110.81º 0.97% 0.25% -
HSV(B) 110.81º 0.98% 0.49% -
XYZ 7.78 15.09 2.56 -
YUV 80.47 83.71 85.58 -
System Red Green Blue C M Y K H S L
Decimal 21 126 2 0.83 0 0.98 0.51 110.81 0.97 0.25
Hex 15 7E 2 53 0 62 33 6F 61 19
Octal 25 176 2 123 0 142 63 157 141 31
Binary 10101 1111110 10 1010011 0 1100010 110011 1101111 1100001 11001

Color Harmonies of #157E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E02

Black with #157E02

Text Example


Text Example

White with #157E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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