Html Css Color HEX #008A1A Green

📋 copy color: '#008A1A'

red 0 ◦ green 138 ◦ blue 26

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

Shades of Green #008A1A

Tints of Green #008A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 0%
G = 84.15%
B = 15.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#008A1A (or 0x008A1A) is known color: Green. HEX triplet: 00, 8A and 1A. RGB value is (0,138,26). Sum of RGB (Red+Green+Blue) = 0+138+26=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 138 (54.30% from 255 or 84.15% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 138 - color contains mainly: green. Hex color #008A1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A1A is #FF75E5. Grayscale: #545454. Windows color (decimal): -16741862 or 1739264. OLE color: 1739264.

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

Color convert

RGB 0 138 26 -
CMYK 1 0 0.81 0.46
HSL 131.3º 1% 0.27% -
HSV(B) 131.3º 1% 0.54% -
XYZ 9.27 18.25 4.01 -
YUV 83.97 95.28 68.11 -
System Red Green Blue C M Y K H S L
Decimal 0 138 26 1 0 0.81 0.46 131.3 1 0.27
Hex 0 8A 1A 64 0 51 2E 83 64 1B
Octal 0 212 32 144 0 121 56 203 144 33
Binary 0 10001010 11010 1100100 0 1010001 101110 10000011 1100100 11011

Color Harmonies of #008A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A1A

Black with #008A1A

Text Example


Text Example

White with #008A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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