Html Css Color HEX #018A0D Green

📋 copy color: '#018A0D'

red 1 ◦ green 138 ◦ blue 13

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

Shades of Green #018A0D

Tints of Green #018A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 90.79%

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

R = 0.66%
G = 90.79%
B = 8.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#018A0D (or 0x018A0D) is known color: Green. HEX triplet: 01, 8A and 0D. RGB value is (1,138,13). Sum of RGB (Red+Green+Blue) = 1+138+13=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 138 (54.30% from 255 or 90.79% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 138 - color contains mainly: green. Hex color #018A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018A0D is #FE75F2. Grayscale: #535353. Windows color (decimal): -16676339 or 887297. OLE color: 887297.

HSL color Cylindrical-coordinate representation of color #018A0D: hue angle of 125.26º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A0D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 13 -
CMYK 0.99 0 0.91 0.46
HSL 125.26º 0.99% 0.27% -
HSV(B) 125.26º 0.99% 0.54% -
XYZ 9.17 18.21 3.41 -
YUV 82.79 88.61 69.66 -
System Red Green Blue C M Y K H S L
Decimal 1 138 13 0.99 0 0.91 0.46 125.26 0.99 0.27
Hex 1 8A D 63 0 5B 2E 7D 63 1B
Octal 1 212 15 143 0 133 56 175 143 33
Binary 1 10001010 1101 1100011 0 1011011 101110 1111101 1100011 11011

Color Harmonies of #018A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A0D

Black with #018A0D

Text Example


Text Example

White with #018A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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