Html Css Color HEX #0C9809 Islamic Green

📋 copy color: '#0C9809'

red 12 ◦ green 152 ◦ blue 9

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

Shades of Islamic Green #0C9809

Tints of Islamic Green #0C9809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 87.86%

 BLUE value IS 9 (3.91% from 255) = 5.2%

R = 6.94%
G = 87.86%
B = 5.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#0C9809 (or 0x0C9809) is known color: Islamic Green. HEX triplet: 0C, 98 and 09. RGB value is (12,152,9). Sum of RGB (Red+Green+Blue) = 12+152+9=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 152 (59.77% from 255 or 87.86% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9809 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9809 is #F367F6. Grayscale: #5E5E5E. Windows color (decimal): -15951863 or 628748. OLE color: 628748.

HSL color Cylindrical-coordinate representation of color #0C9809: hue angle of 118.74º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C9809 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 9 -
CMYK 0.92 0 0.94 0.40
HSL 118.74º 0.89% 0.32% -
HSV(B) 118.74º 0.94% 0.6% -
XYZ 11.43 22.55 4.01 -
YUV 93.84 80.12 69.63 -
System Red Green Blue C M Y K H S L
Decimal 12 152 9 0.92 0 0.94 0.40 118.74 0.89 0.32
Hex C 98 9 5C 0 5E 28 77 59 20
Octal 14 230 11 134 0 136 50 167 131 40
Binary 1100 10011000 1001 1011100 0 1011110 101000 1110111 1011001 100000

Color Harmonies of #0C9809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9809

Black with #0C9809

Text Example


Text Example

White with #0C9809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,152,9); }

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

background-color css

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

 a { background-color: rgb(12,152,9); }

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

border-color css

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

 span { border-color: rgb(12,152,9); }

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