Html Css Color HEX #157001 Green

📋 copy color: '#157001'

red 21 ◦ green 112 ◦ blue 1

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

Shades of Green #157001

Tints of Green #157001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 83.58%

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

R = 15.67%
G = 83.58%
B = 0.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#157001 (or 0x157001) is known color: Green. HEX triplet: 15, 70 and 01. RGB value is (21,112,1). Sum of RGB (Red+Green+Blue) = 21+112+1=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #157001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157001 is #EA8FFE. Grayscale: #484848. Windows color (decimal): -15372287 or 94229. OLE color: 94229.

HSL color Cylindrical-coordinate representation of color #157001: hue angle of 109.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #157001 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 1 -
CMYK 0.81 0 0.99 0.56
HSL 109.19º 0.98% 0.22% -
HSV(B) 109.19º 0.99% 0.44% -
XYZ 6.11 11.75 1.97 -
YUV 72.14 87.85 91.53 -
System Red Green Blue C M Y K H S L
Decimal 21 112 1 0.81 0 0.99 0.56 109.19 0.98 0.22
Hex 15 70 1 51 0 63 38 6D 62 16
Octal 25 160 1 121 0 143 70 155 142 26
Binary 10101 1110000 1 1010001 0 1100011 111000 1101101 1100010 10110

Color Harmonies of #157001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157001

Black with #157001

Text Example


Text Example

White with #157001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157001; }

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

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

background-color css

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

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

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

border-color css

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

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

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