Html Css Color HEX #0CB908 Islamic Green

📋 copy color: '#0CB908'

red 12 ◦ green 185 ◦ blue 8

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

Shades of Islamic Green #0CB908

Tints of Islamic Green #0CB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 90.24%

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 5.85%
G = 90.24%
B = 3.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#0CB908 (or 0x0CB908) is known color: Islamic Green. HEX triplet: 0C, B9 and 08. RGB value is (12,185,8). Sum of RGB (Red+Green+Blue) = 12+185+8=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 185 (72.66% from 255 or 90.24% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB908 is #F346F7. Grayscale: #717171. Windows color (decimal): -15943416 or 571660. OLE color: 571660.

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

Color convert

RGB 12 185 8 -
CMYK 0.94 0 0.96 0.27
HSL 118.64º 0.92% 0.38% -
HSV(B) 118.64º 0.96% 0.73% -
XYZ 17.54 34.79 6.02 -
YUV 113.1 68.69 55.89 -
System Red Green Blue C M Y K H S L
Decimal 12 185 8 0.94 0 0.96 0.27 118.64 0.92 0.38
Hex C B9 8 5E 0 60 1B 77 5C 26
Octal 14 271 10 136 0 140 33 167 134 46
Binary 1100 10111001 1000 1011110 0 1100000 11011 1110111 1011100 100110

Color Harmonies of #0CB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB908

Black with #0CB908

Text Example


Text Example

White with #0CB908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,8); }

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

background-color css

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

 a { background-color: rgb(12,185,8); }

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

border-color css

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

 span { border-color: rgb(12,185,8); }

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