Html Css Color HEX #0C9E03 Islamic Green

📋 copy color: '#0C9E03'

red 12 ◦ green 158 ◦ blue 3

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

Shades of Islamic Green #0C9E03

Tints of Islamic Green #0C9E03

RGB

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

 GREEN value IS 158 (62.11% from 255) = 91.33%

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 6.94%
G = 91.33%
B = 1.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#0C9E03 (or 0x0C9E03) is known color: Islamic Green. HEX triplet: 0C, 9E and 03. RGB value is (12,158,3). Sum of RGB (Red+Green+Blue) = 12+158+3=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 158 (62.11% from 255 or 91.33% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9E03 is #F361FC. Grayscale: #616161. Windows color (decimal): -15950333 or 237068. OLE color: 237068.

HSL color Cylindrical-coordinate representation of color #0C9E03: hue angle of 116.52º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C9E03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 158 3 -
CMYK 0.92 0 0.98 0.38
HSL 116.52º 0.96% 0.32% -
HSV(B) 116.52º 0.98% 0.62% -
XYZ 12.39 24.54 4.17 -
YUV 96.68 75.13 67.6 -
System Red Green Blue C M Y K H S L
Decimal 12 158 3 0.92 0 0.98 0.38 116.52 0.96 0.32
Hex C 9E 3 5C 0 62 26 75 60 20
Octal 14 236 3 134 0 142 46 165 140 40
Binary 1100 10011110 11 1011100 0 1100010 100110 1110101 1100000 100000

Color Harmonies of #0C9E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E03

Black with #0C9E03

Text Example


Text Example

White with #0C9E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,158,3); }

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

background-color css

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

 a { background-color: rgb(12,158,3); }

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

border-color css

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

 span { border-color: rgb(12,158,3); }

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