Html Css Color HEX #0C900D Islamic Green

📋 copy color: '#0C900D'

red 12 ◦ green 144 ◦ blue 13

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

Shades of Islamic Green #0C900D

Tints of Islamic Green #0C900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 85.21%

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 7.1%
G = 85.21%
B = 7.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#0C900D (or 0x0C900D) is known color: Islamic Green. HEX triplet: 0C, 90 and 0D. RGB value is (12,144,13). Sum of RGB (Red+Green+Blue) = 12+144+13=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 144 (56.64% from 255 or 85.21% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 144 - color contains mainly: green. Hex color #0C900D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C900D is #F36FF2. Grayscale: #595959. Windows color (decimal): -15953907 or 888844. OLE color: 888844.

HSL color Cylindrical-coordinate representation of color #0C900D: hue angle of 120.45º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C900D is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 144 13 -
CMYK 0.92 0 0.91 0.44
HSL 120.45º 0.85% 0.31% -
HSV(B) 120.45º 0.92% 0.56% -
XYZ 10.2 20.05 3.71 -
YUV 89.6 84.77 72.65 -
System Red Green Blue C M Y K H S L
Decimal 12 144 13 0.92 0 0.91 0.44 120.45 0.85 0.31
Hex C 90 D 5C 0 5B 2C 78 55 1F
Octal 14 220 15 134 0 133 54 170 125 37
Binary 1100 10010000 1101 1011100 0 1011011 101100 1111000 1010101 11111

Color Harmonies of #0C900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C900D

Black with #0C900D

Text Example


Text Example

White with #0C900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,13); }

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

background-color css

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

 a { background-color: rgb(12,144,13); }

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

border-color css

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

 span { border-color: rgb(12,144,13); }

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