Html Css Color HEX #108B01 Green

📋 copy color: '#108B01'

red 16 ◦ green 139 ◦ blue 1

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

Shades of Green #108B01

Tints of Green #108B01

RGB

 RED value IS 16 (6.64% from 255) = 10.26%

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

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

R = 10.26%
G = 89.1%
B = 0.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#108B01 (or 0x108B01) is known color: Green. HEX triplet: 10, 8B and 01. RGB value is (16,139,1). Sum of RGB (Red+Green+Blue) = 16+139+1=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 139 (54.69% from 255 or 89.10% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 139 - color contains mainly: green. Hex color #108B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108B01 is #EF74FE. Grayscale: #565656. Windows color (decimal): -15693055 or 101136. OLE color: 101136.

HSL color Cylindrical-coordinate representation of color #108B01: hue angle of 113.48º 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 #108B01 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 139 1 -
CMYK 0.88 0 0.99 0.45
HSL 113.48º 0.99% 0.27% -
HSV(B) 113.48º 0.99% 0.55% -
XYZ 9.45 18.58 3.12 -
YUV 86.49 79.75 77.72 -
System Red Green Blue C M Y K H S L
Decimal 16 139 1 0.88 0 0.99 0.45 113.48 0.99 0.27
Hex 10 8B 1 58 0 63 2D 71 63 1B
Octal 20 213 1 130 0 143 55 161 143 33
Binary 10000 10001011 1 1011000 0 1100011 101101 1110001 1100011 11011

Color Harmonies of #108B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B01

Black with #108B01

Text Example


Text Example

White with #108B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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