Html Css Color HEX #008A0F Green

📋 copy color: '#008A0F'

red 0 ◦ green 138 ◦ blue 15

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

Shades of Green #008A0F

Tints of Green #008A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.8%

R = 0%
G = 90.2%
B = 9.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#008A0F (or 0x008A0F) is known color: Green. HEX triplet: 00, 8A and 0F. RGB value is (0,138,15). Sum of RGB (Red+Green+Blue) = 0+138+15=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 138 (54.30% from 255 or 90.20% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 138 - color contains mainly: green. Hex color #008A0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A0F is #FF75F0. Grayscale: #535353. Windows color (decimal): -16741873 or 1018368. OLE color: 1018368.

HSL color Cylindrical-coordinate representation of color #008A0F: hue angle of 126.52º 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 #008A0F is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 138 15 -
CMYK 1 0 0.89 0.46
HSL 126.52º 1% 0.27% -
HSV(B) 126.52º 1% 0.54% -
XYZ 9.17 18.21 3.48 -
YUV 82.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 0 138 15 1 0 0.89 0.46 126.52 1 0.27
Hex 0 8A F 64 0 59 2E 7F 64 1B
Octal 0 212 17 144 0 131 56 177 144 33
Binary 0 10001010 1111 1100100 0 1011001 101110 1111111 1100100 11011

Color Harmonies of #008A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A0F

Black with #008A0F

Text Example


Text Example

White with #008A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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