Html Css Color HEX #128B01 Green

📋 copy color: '#128B01'

red 18 ◦ green 139 ◦ blue 1

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

Shades of Green #128B01

Tints of Green #128B01

RGB

 RED value IS 18 (7.42% from 255) = 11.39%

 GREEN value IS 139 (54.69% from 255) = 87.97%

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

R = 11.39%
G = 87.97%
B = 0.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#128B01 (or 0x128B01) is known color: Green. HEX triplet: 12, 8B and 01. RGB value is (18,139,1). Sum of RGB (Red+Green+Blue) = 18+139+1=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 139 (54.69% from 255 or 87.97% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 139 - color contains mainly: green. Hex color #128B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128B01 is #ED74FE. Grayscale: #575757. Windows color (decimal): -15561983 or 101138. OLE color: 101138.

HSL color Cylindrical-coordinate representation of color #128B01: hue angle of 112.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #128B01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 139 1 -
CMYK 0.87 0 0.99 0.45
HSL 112.61º 0.99% 0.27% -
HSV(B) 112.61º 0.99% 0.55% -
XYZ 9.49 18.6 3.12 -
YUV 87.09 79.41 78.72 -
System Red Green Blue C M Y K H S L
Decimal 18 139 1 0.87 0 0.99 0.45 112.61 0.99 0.27
Hex 12 8B 1 57 0 63 2D 71 63 1B
Octal 22 213 1 127 0 143 55 161 143 33
Binary 10010 10001011 1 1010111 0 1100011 101101 1110001 1100011 11011

Color Harmonies of #128B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128B01

Black with #128B01

Text Example


Text Example

White with #128B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128B01; }

 p { color: rgb(18,139,1); }

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

background-color css

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

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

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

border-color css

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

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

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