Html Css Color HEX #0FC300 Islamic Green

📋 copy color: '#0FC300'

red 15 ◦ green 195 ◦ blue 0

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

Shades of Islamic Green #0FC300

Tints of Islamic Green #0FC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 92.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.14%
G = 92.86%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#0FC300 (or 0x0FC300) is known color: Islamic Green. HEX triplet: 0F, C3 and 00. RGB value is (15,195,0). Sum of RGB (Red+Green+Blue) = 15+195+0=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 195 (76.56% from 255 or 92.86% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC300 is #F03CFF. Grayscale: #777777. Windows color (decimal): -15744256 or 49935. OLE color: 49935.

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

Color convert

RGB 15 195 0 -
CMYK 0.92 0 1 0.24
HSL 115.38º 1% 0.38% -
HSV(B) 115.38º 1% 0.76% -
XYZ 19.71 39.13 6.51 -
YUV 118.95 60.87 53.86 -
System Red Green Blue C M Y K H S L
Decimal 15 195 0 0.92 0 1 0.24 115.38 1 0.38
Hex F C3 0 5C 0 64 18 73 64 26
Octal 17 303 0 134 0 144 30 163 144 46
Binary 1111 11000011 0 1011100 0 1100100 11000 1110011 1100100 100110

Color Harmonies of #0FC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC300

Black with #0FC300

Text Example


Text Example

White with #0FC300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,195,0); }

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

background-color css

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

 a { background-color: rgb(15,195,0); }

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

border-color css

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

 span { border-color: rgb(15,195,0); }

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