Html Css Color HEX #018B0D Green

📋 copy color: '#018B0D'

red 1 ◦ green 139 ◦ blue 13

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

Shades of Green #018B0D

Tints of Green #018B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 0.65%
G = 90.85%
B = 8.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#018B0D (or 0x018B0D) is known color: Green. HEX triplet: 01, 8B and 0D. RGB value is (1,139,13). Sum of RGB (Red+Green+Blue) = 1+139+13=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 139 (54.69% from 255 or 90.85% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 139 - color contains mainly: green. Hex color #018B0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018B0D is #FE74F2. Grayscale: #535353. Windows color (decimal): -16676083 or 887553. OLE color: 887553.

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

Color convert

RGB 1 139 13 -
CMYK 0.99 0 0.91 0.45
HSL 125.22º 0.99% 0.27% -
HSV(B) 125.22º 0.99% 0.55% -
XYZ 9.32 18.5 3.46 -
YUV 83.37 88.28 69.25 -
System Red Green Blue C M Y K H S L
Decimal 1 139 13 0.99 0 0.91 0.45 125.22 0.99 0.27
Hex 1 8B D 63 0 5B 2D 7D 63 1B
Octal 1 213 15 143 0 133 55 175 143 33
Binary 1 10001011 1101 1100011 0 1011011 101101 1111101 1100011 11011

Color Harmonies of #018B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B0D

Black with #018B0D

Text Example


Text Example

White with #018B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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