Html Css Color HEX #0A8119 Green

📋 copy color: '#0A8119'

red 10 ◦ green 129 ◦ blue 25

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

Shades of Green #0A8119

Tints of Green #0A8119

RGB

 RED value IS 10 (4.3% from 255) = 6.1%

 GREEN value IS 129 (50.78% from 255) = 78.66%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 6.1%
G = 78.66%
B = 15.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#0A8119 (or 0x0A8119) is known color: Green. HEX triplet: 0A, 81 and 19. RGB value is (10,129,25). Sum of RGB (Red+Green+Blue) = 10+129+25=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 129 (50.78% from 255 or 78.66% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8119 is #F57EE6. Grayscale: #515151. Windows color (decimal): -16088807 or 1671434. OLE color: 1671434.

HSL color Cylindrical-coordinate representation of color #0A8119: hue angle of 127.56º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8119 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 129 25 -
CMYK 0.92 0 0.81 0.49
HSL 127.56º 0.86% 0.27% -
HSV(B) 127.56º 0.92% 0.51% -
XYZ 8.15 15.84 3.55 -
YUV 81.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 10 129 25 0.92 0 0.81 0.49 127.56 0.86 0.27
Hex A 81 19 5C 0 51 31 80 56 1B
Octal 12 201 31 134 0 121 61 200 126 33
Binary 1010 10000001 11001 1011100 0 1010001 110001 10000000 1010110 11011

Color Harmonies of #0A8119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8119

Black with #0A8119

Text Example


Text Example

White with #0A8119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8119; }

 p { color: rgb(10,129,25); }

 H1.HeaderClassName
 {
   color: #0A8119;
 }
 .AnyTagClassName
 {
   color: #0A8119;
 }
</style>

background-color css

<style>
 a { background-color: #0A8119; }

 a { background-color: rgb(10,129,25); }

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

border-color css

<style>
 span { border-color: #0A8119; }

 span { border-color: rgb(10,129,25); }

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