Html Css Color HEX #0A8714 Green

📋 copy color: '#0A8714'

red 10 ◦ green 135 ◦ blue 20

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

Shades of Green #0A8714

Tints of Green #0A8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 81.82%

 BLUE value IS 20 (8.2% from 255) = 12.12%

R = 6.06%
G = 81.82%
B = 12.12%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#0A8714 (or 0x0A8714) is known color: Green. HEX triplet: 0A, 87 and 14. RGB value is (10,135,20). Sum of RGB (Red+Green+Blue) = 10+135+20=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 135 (53.12% from 255 or 81.82% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8714 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8714 is #F578EB. Grayscale: #545454. Windows color (decimal): -16087276 or 1345290. OLE color: 1345290.

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

Color convert

RGB 10 135 20 -
CMYK 0.93 0 0.85 0.47
HSL 124.8º 0.86% 0.28% -
HSV(B) 124.8º 0.93% 0.53% -
XYZ 8.92 17.44 3.56 -
YUV 84.52 91.59 74.85 -
System Red Green Blue C M Y K H S L
Decimal 10 135 20 0.93 0 0.85 0.47 124.8 0.86 0.28
Hex A 87 14 5D 0 55 2F 7D 56 1C
Octal 12 207 24 135 0 125 57 175 126 34
Binary 1010 10000111 10100 1011101 0 1010101 101111 1111101 1010110 11100

Color Harmonies of #0A8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8714

Black with #0A8714

Text Example


Text Example

White with #0A8714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,20); }

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

background-color css

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

 a { background-color: rgb(10,135,20); }

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

border-color css

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

 span { border-color: rgb(10,135,20); }

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