Html Css Color HEX #008A0D Green

📋 copy color: '#008A0D'

red 0 ◦ green 138 ◦ blue 13

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

Shades of Green #008A0D

Tints of Green #008A0D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 91.39%
B = 8.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#008A0D (or 0x008A0D) is known color: Green. HEX triplet: 00, 8A and 0D. RGB value is (0,138,13). Sum of RGB (Red+Green+Blue) = 0+138+13=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 138 (54.30% from 255 or 91.39% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 138 - color contains mainly: green. Hex color #008A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A0D is #FF75F2. Grayscale: #525252. Windows color (decimal): -16741875 or 887296. OLE color: 887296.

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

Color convert

RGB 0 138 13 -
CMYK 1 0 0.91 0.46
HSL 125.65º 1% 0.27% -
HSV(B) 125.65º 1% 0.54% -
XYZ 9.16 18.21 3.41 -
YUV 82.49 88.78 69.16 -
System Red Green Blue C M Y K H S L
Decimal 0 138 13 1 0 0.91 0.46 125.65 1 0.27
Hex 0 8A D 64 0 5B 2E 7E 64 1B
Octal 0 212 15 144 0 133 56 176 144 33
Binary 0 10001010 1101 1100100 0 1011011 101110 1111110 1100100 11011

Color Harmonies of #008A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A0D

Black with #008A0D

Text Example


Text Example

White with #008A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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