Html Css Color HEX #0A7512 Green

📋 copy color: '#0A7512'

red 10 ◦ green 117 ◦ blue 18

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

Shades of Green #0A7512

Tints of Green #0A7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 80.69%

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 6.9%
G = 80.69%
B = 12.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#0A7512 (or 0x0A7512) is known color: Green. HEX triplet: 0A, 75 and 12. RGB value is (10,117,18). Sum of RGB (Red+Green+Blue) = 10+117+18=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7512 is #F58AED. Grayscale: #4A4A4A. Windows color (decimal): -16091886 or 1209610. OLE color: 1209610.

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

Color convert

RGB 10 117 18 -
CMYK 0.91 0 0.85 0.54
HSL 124.49º 0.84% 0.25% -
HSV(B) 124.49º 0.91% 0.46% -
XYZ 6.6 12.83 2.7 -
YUV 73.72 96.55 82.55 -
System Red Green Blue C M Y K H S L
Decimal 10 117 18 0.91 0 0.85 0.54 124.49 0.84 0.25
Hex A 75 12 5B 0 55 36 7C 54 19
Octal 12 165 22 133 0 125 66 174 124 31
Binary 1010 1110101 10010 1011011 0 1010101 110110 1111100 1010100 11001

Color Harmonies of #0A7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7512

Black with #0A7512

Text Example


Text Example

White with #0A7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,117,18); }

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

background-color css

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

 a { background-color: rgb(10,117,18); }

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

border-color css

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

 span { border-color: rgb(10,117,18); }

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