Html Css Color HEX #0C8E14 Islamic Green

📋 copy color: '#0C8E14'

red 12 ◦ green 142 ◦ blue 20

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

Shades of Islamic Green #0C8E14

Tints of Islamic Green #0C8E14

RGB

 RED value IS 12 (5.08% from 255) = 6.9%

 GREEN value IS 142 (55.86% from 255) = 81.61%

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

R = 6.9%
G = 81.61%
B = 11.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#0C8E14 (or 0x0C8E14) is known color: Islamic Green. HEX triplet: 0C, 8E and 14. RGB value is (12,142,20). Sum of RGB (Red+Green+Blue) = 12+142+20=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 142 (55.86% from 255 or 81.61% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8E14 is #F371EB. Grayscale: #595959. Windows color (decimal): -15954412 or 1347084. OLE color: 1347084.

HSL color Cylindrical-coordinate representation of color #0C8E14: hue angle of 123.69º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E14 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 20 -
CMYK 0.92 0 0.86 0.44
HSL 123.69º 0.84% 0.3% -
HSV(B) 123.69º 0.92% 0.56% -
XYZ 9.95 19.47 3.9 -
YUV 89.22 88.93 72.92 -
System Red Green Blue C M Y K H S L
Decimal 12 142 20 0.92 0 0.86 0.44 123.69 0.84 0.3
Hex C 8E 14 5C 0 56 2C 7C 54 1E
Octal 14 216 24 134 0 126 54 174 124 36
Binary 1100 10001110 10100 1011100 0 1010110 101100 1111100 1010100 11110

Color Harmonies of #0C8E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E14

Black with #0C8E14

Text Example


Text Example

White with #0C8E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,142,20); }

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

background-color css

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

 a { background-color: rgb(12,142,20); }

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

border-color css

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

 span { border-color: rgb(12,142,20); }

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