Html Css Color HEX #0A6C14 Green

📋 copy color: '#0A6C14'

red 10 ◦ green 108 ◦ blue 20

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

Shades of Green #0A6C14

Tints of Green #0A6C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 78.26%

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

R = 7.25%
G = 78.26%
B = 14.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#0A6C14 (or 0x0A6C14) is known color: Green. HEX triplet: 0A, 6C and 14. RGB value is (10,108,20). Sum of RGB (Red+Green+Blue) = 10+108+20=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 108 (42.58% from 255 or 78.26% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6C14 is #F593EB. Grayscale: #444444. Windows color (decimal): -16094188 or 1338378. OLE color: 1338378.

HSL color Cylindrical-coordinate representation of color #0A6C14: hue angle of 126.12º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C14 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 108 20 -
CMYK 0.91 0 0.81 0.58
HSL 126.12º 0.83% 0.23% -
HSV(B) 126.12º 0.91% 0.42% -
XYZ 5.61 10.84 2.46 -
YUV 68.67 100.53 86.16 -
System Red Green Blue C M Y K H S L
Decimal 10 108 20 0.91 0 0.81 0.58 126.12 0.83 0.23
Hex A 6C 14 5B 0 51 3A 7E 53 17
Octal 12 154 24 133 0 121 72 176 123 27
Binary 1010 1101100 10100 1011011 0 1010001 111010 1111110 1010011 10111

Color Harmonies of #0A6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6C14

Black with #0A6C14

Text Example


Text Example

White with #0A6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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