Html Css Color HEX #018B16 Green

📋 copy color: '#018B16'

red 1 ◦ green 139 ◦ blue 22

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

Shades of Green #018B16

Tints of Green #018B16

RGB

 RED value IS 1 (0.78% from 255) = 0.62%

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

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 0.62%
G = 85.8%
B = 13.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#018B16 (or 0x018B16) is known color: Green. HEX triplet: 01, 8B and 16. RGB value is (1,139,22). Sum of RGB (Red+Green+Blue) = 1+139+22=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 139 (54.69% from 255 or 85.80% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 139 - color contains mainly: green. Hex color #018B16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B16 is #FE74E9. Grayscale: #545454. Windows color (decimal): -16676074 or 1477377. OLE color: 1477377.

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

Color convert

RGB 1 139 22 -
CMYK 0.99 0 0.84 0.45
HSL 129.13º 0.99% 0.27% -
HSV(B) 129.13º 0.99% 0.55% -
XYZ 9.39 18.53 3.84 -
YUV 84.4 92.78 68.51 -
System Red Green Blue C M Y K H S L
Decimal 1 139 22 0.99 0 0.84 0.45 129.13 0.99 0.27
Hex 1 8B 16 63 0 54 2D 81 63 1B
Octal 1 213 26 143 0 124 55 201 143 33
Binary 1 10001011 10110 1100011 0 1010100 101101 10000001 1100011 11011

Color Harmonies of #018B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B16

Black with #018B16

Text Example


Text Example

White with #018B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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