Html Css Color HEX #0C9E07 Islamic Green

📋 copy color: '#0C9E07'

red 12 ◦ green 158 ◦ blue 7

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

Shades of Islamic Green #0C9E07

Tints of Islamic Green #0C9E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 6.78%
G = 89.27%
B = 3.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#0C9E07 (or 0x0C9E07) is known color: Islamic Green. HEX triplet: 0C, 9E and 07. RGB value is (12,158,7). Sum of RGB (Red+Green+Blue) = 12+158+7=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 158 (62.11% from 255 or 89.27% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9E07 is #F361F8. Grayscale: #616161. Windows color (decimal): -15950329 or 499212. OLE color: 499212.

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

Color convert

RGB 12 158 7 -
CMYK 0.92 0 0.96 0.38
HSL 118.01º 0.92% 0.32% -
HSV(B) 118.01º 0.96% 0.62% -
XYZ 12.42 24.55 4.28 -
YUV 97.13 77.13 67.28 -
System Red Green Blue C M Y K H S L
Decimal 12 158 7 0.92 0 0.96 0.38 118.01 0.92 0.32
Hex C 9E 7 5C 0 60 26 76 5C 20
Octal 14 236 7 134 0 140 46 166 134 40
Binary 1100 10011110 111 1011100 0 1100000 100110 1110110 1011100 100000

Color Harmonies of #0C9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E07

Black with #0C9E07

Text Example


Text Example

White with #0C9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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