Html Css Color HEX #0CC108 Islamic Green

📋 copy color: '#0CC108'

red 12 ◦ green 193 ◦ blue 8

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

Shades of Islamic Green #0CC108

Tints of Islamic Green #0CC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 90.61%

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

R = 5.63%
G = 90.61%
B = 3.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#0CC108 (or 0x0CC108) is known color: Islamic Green. HEX triplet: 0C, C1 and 08. RGB value is (12,193,8). Sum of RGB (Red+Green+Blue) = 12+193+8=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 193 (75.78% from 255 or 90.61% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC108 is #F33EF7. Grayscale: #767676. Windows color (decimal): -15941368 or 573708. OLE color: 573708.

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

Color convert

RGB 12 193 8 -
CMYK 0.94 0 0.96 0.24
HSL 118.7º 0.92% 0.39% -
HSV(B) 118.7º 0.96% 0.76% -
XYZ 19.27 38.24 6.59 -
YUV 117.79 66.03 52.54 -
System Red Green Blue C M Y K H S L
Decimal 12 193 8 0.94 0 0.96 0.24 118.7 0.92 0.39
Hex C C1 8 5E 0 60 18 77 5C 27
Octal 14 301 10 136 0 140 30 167 134 47
Binary 1100 11000001 1000 1011110 0 1100000 11000 1110111 1011100 100111

Color Harmonies of #0CC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC108

Black with #0CC108

Text Example


Text Example

White with #0CC108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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