Html Css Color HEX #0C9302 Islamic Green

📋 copy color: '#0C9302'

red 12 ◦ green 147 ◦ blue 2

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

Shades of Islamic Green #0C9302

Tints of Islamic Green #0C9302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 91.3%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 7.45%
G = 91.3%
B = 1.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#0C9302 (or 0x0C9302) is known color: Islamic Green. HEX triplet: 0C, 93 and 02. RGB value is (12,147,2). Sum of RGB (Red+Green+Blue) = 12+147+2=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 147 (57.81% from 255 or 91.30% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9302 is #F36CFD. Grayscale: #5A5A5A. Windows color (decimal): -15953150 or 168716. OLE color: 168716.

HSL color Cylindrical-coordinate representation of color #0C9302: hue angle of 115.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C9302 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 147 2 -
CMYK 0.92 0 0.99 0.42
HSL 115.86º 0.97% 0.29% -
HSV(B) 115.86º 0.99% 0.58% -
XYZ 10.6 20.95 3.54 -
YUV 90.11 78.27 72.29 -
System Red Green Blue C M Y K H S L
Decimal 12 147 2 0.92 0 0.99 0.42 115.86 0.97 0.29
Hex C 93 2 5C 0 63 2A 74 61 1D
Octal 14 223 2 134 0 143 52 164 141 35
Binary 1100 10010011 10 1011100 0 1100011 101010 1110100 1100001 11101

Color Harmonies of #0C9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9302

Black with #0C9302

Text Example


Text Example

White with #0C9302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,2); }

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

background-color css

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

 a { background-color: rgb(12,147,2); }

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

border-color css

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

 span { border-color: rgb(12,147,2); }

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