Html Css Color HEX #0FC603 Islamic Green

📋 copy color: '#0FC603'

red 15 ◦ green 198 ◦ blue 3

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

Shades of Islamic Green #0FC603

Tints of Islamic Green #0FC603

RGB

 RED value IS 15 (6.25% from 255) = 6.94%

 GREEN value IS 198 (77.73% from 255) = 91.67%

 BLUE value IS 3 (1.56% from 255) = 1.39%

R = 6.94%
G = 91.67%
B = 1.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#0FC603 (or 0x0FC603) is known color: Islamic Green. HEX triplet: 0F, C6 and 03. RGB value is (15,198,3). Sum of RGB (Red+Green+Blue) = 15+198+3=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 198 (77.73% from 255 or 91.67% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC603 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC603 is #F039FC. Grayscale: #797979. Windows color (decimal): -15743485 or 247311. OLE color: 247311.

HSL color Cylindrical-coordinate representation of color #0FC603: hue angle of 116.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FC603 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 3 -
CMYK 0.92 0 0.98 0.22
HSL 116.31º 0.97% 0.39% -
HSV(B) 116.31º 0.98% 0.78% -
XYZ 20.41 40.5 6.83 -
YUV 121.05 61.37 52.36 -
System Red Green Blue C M Y K H S L
Decimal 15 198 3 0.92 0 0.98 0.22 116.31 0.97 0.39
Hex F C6 3 5C 0 62 16 74 61 27
Octal 17 306 3 134 0 142 26 164 141 47
Binary 1111 11000110 11 1011100 0 1100010 10110 1110100 1100001 100111

Color Harmonies of #0FC603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC603

Black with #0FC603

Text Example


Text Example

White with #0FC603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,3); }

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

background-color css

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

 a { background-color: rgb(15,198,3); }

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

border-color css

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

 span { border-color: rgb(15,198,3); }

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