Html Css Color HEX #0C9B15 Islamic Green

📋 copy color: '#0C9B15'

red 12 ◦ green 155 ◦ blue 21

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

Shades of Islamic Green #0C9B15

Tints of Islamic Green #0C9B15

RGB

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

 GREEN value IS 155 (60.94% from 255) = 82.45%

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 6.38%
G = 82.45%
B = 11.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#0C9B15 (or 0x0C9B15) is known color: Islamic Green. HEX triplet: 0C, 9B and 15. RGB value is (12,155,21). Sum of RGB (Red+Green+Blue) = 12+155+21=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 155 (60.94% from 255 or 82.45% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9B15 is #F364EA. Grayscale: #616161. Windows color (decimal): -15951083 or 1415948. OLE color: 1415948.

HSL color Cylindrical-coordinate representation of color #0C9B15: hue angle of 123.78º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9B15 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 155 21 -
CMYK 0.92 0 0.86 0.39
HSL 123.78º 0.86% 0.33% -
HSV(B) 123.78º 0.92% 0.61% -
XYZ 12.01 23.58 4.63 -
YUV 96.97 85.12 67.4 -
System Red Green Blue C M Y K H S L
Decimal 12 155 21 0.92 0 0.86 0.39 123.78 0.86 0.33
Hex C 9B 15 5C 0 56 27 7C 56 21
Octal 14 233 25 134 0 126 47 174 126 41
Binary 1100 10011011 10101 1011100 0 1010110 100111 1111100 1010110 100001

Color Harmonies of #0C9B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9B15

Black with #0C9B15

Text Example


Text Example

White with #0C9B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,155,21); }

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

background-color css

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

 a { background-color: rgb(12,155,21); }

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

border-color css

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

 span { border-color: rgb(12,155,21); }

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