Html Css Color HEX #0C9702 Islamic Green

📋 copy color: '#0C9702'

red 12 ◦ green 151 ◦ blue 2

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

Shades of Islamic Green #0C9702

Tints of Islamic Green #0C9702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 91.52%

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

R = 7.27%
G = 91.52%
B = 1.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#0C9702 (or 0x0C9702) is known color: Islamic Green. HEX triplet: 0C, 97 and 02. RGB value is (12,151,2). Sum of RGB (Red+Green+Blue) = 12+151+2=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 151 (59.38% from 255 or 91.52% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9702 is #F368FD. Grayscale: #5C5C5C. Windows color (decimal): -15952126 or 169740. OLE color: 169740.

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

Color convert

RGB 12 151 2 -
CMYK 0.92 0 0.99 0.41
HSL 115.97º 0.97% 0.3% -
HSV(B) 115.97º 0.99% 0.59% -
XYZ 11.23 22.22 3.75 -
YUV 92.45 76.95 70.62 -
System Red Green Blue C M Y K H S L
Decimal 12 151 2 0.92 0 0.99 0.41 115.97 0.97 0.3
Hex C 97 2 5C 0 63 29 74 61 1E
Octal 14 227 2 134 0 143 51 164 141 36
Binary 1100 10010111 10 1011100 0 1100011 101001 1110100 1100001 11110

Color Harmonies of #0C9702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9702

Black with #0C9702

Text Example


Text Example

White with #0C9702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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