Html Css Color HEX #0C8E13 Islamic Green

📋 copy color: '#0C8E13'

red 12 ◦ green 142 ◦ blue 19

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

Shades of Islamic Green #0C8E13

Tints of Islamic Green #0C8E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 6.94%
G = 82.08%
B = 10.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#0C8E13 (or 0x0C8E13) is known color: Islamic Green. HEX triplet: 0C, 8E and 13. RGB value is (12,142,19). Sum of RGB (Red+Green+Blue) = 12+142+19=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 142 (55.86% from 255 or 82.08% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8E13 is #F371EC. Grayscale: #595959. Windows color (decimal): -15954413 or 1281548. OLE color: 1281548.

HSL color Cylindrical-coordinate representation of color #0C8E13: hue angle of 123.23º 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 #0C8E13 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 142 19 -
CMYK 0.92 0 0.87 0.44
HSL 123.23º 0.84% 0.3% -
HSV(B) 123.23º 0.92% 0.56% -
XYZ 9.94 19.47 3.85 -
YUV 89.11 88.43 73 -
System Red Green Blue C M Y K H S L
Decimal 12 142 19 0.92 0 0.87 0.44 123.23 0.84 0.3
Hex C 8E 13 5C 0 57 2C 7B 54 1E
Octal 14 216 23 134 0 127 54 173 124 36
Binary 1100 10001110 10011 1011100 0 1010111 101100 1111011 1010100 11110

Color Harmonies of #0C8E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8E13

Black with #0C8E13

Text Example


Text Example

White with #0C8E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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