Html Css Color HEX #0A7818 Green

📋 copy color: '#0A7818'

red 10 ◦ green 120 ◦ blue 24

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

Shades of Green #0A7818

Tints of Green #0A7818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 77.92%

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 6.49%
G = 77.92%
B = 15.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#0A7818 (or 0x0A7818) is known color: Green. HEX triplet: 0A, 78 and 18. RGB value is (10,120,24). Sum of RGB (Red+Green+Blue) = 10+120+24=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 120 (47.27% from 255 or 77.92% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7818 is #F587E7. Grayscale: #4C4C4C. Windows color (decimal): -16091112 or 1603594. OLE color: 1603594.

HSL color Cylindrical-coordinate representation of color #0A7818: hue angle of 127.64º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7818 is Cyan = 0.92, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 120 24 -
CMYK 0.92 0 0.8 0.53
HSL 127.64º 0.85% 0.25% -
HSV(B) 127.64º 0.92% 0.47% -
XYZ 7.01 13.56 3.11 -
YUV 76.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 10 120 24 0.92 0 0.8 0.53 127.64 0.85 0.25
Hex A 78 18 5C 0 50 35 80 55 19
Octal 12 170 30 134 0 120 65 200 125 31
Binary 1010 1111000 11000 1011100 0 1010000 110101 10000000 1010101 11001

Color Harmonies of #0A7818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7818

Black with #0A7818

Text Example


Text Example

White with #0A7818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,120,24); }

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

background-color css

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

 a { background-color: rgb(10,120,24); }

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

border-color css

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

 span { border-color: rgb(10,120,24); }

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