Html Css Color HEX #0FC00D Islamic Green

📋 copy color: '#0FC00D'

red 15 ◦ green 192 ◦ blue 13

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

Shades of Islamic Green #0FC00D

Tints of Islamic Green #0FC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 87.27%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 6.82%
G = 87.27%
B = 5.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#0FC00D (or 0x0FC00D) is known color: Islamic Green. HEX triplet: 0F, C0 and 0D. RGB value is (15,192,13). Sum of RGB (Red+Green+Blue) = 15+192+13=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC00D is #F03FF2. Grayscale: #777777. Windows color (decimal): -15745011 or 901135. OLE color: 901135.

HSL color Cylindrical-coordinate representation of color #0FC00D: hue angle of 119.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC00D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 13 -
CMYK 0.92 0 0.93 0.25
HSL 119.33º 0.87% 0.4% -
HSV(B) 119.33º 0.93% 0.75% -
XYZ 19.12 37.83 6.67 -
YUV 118.67 68.36 54.05 -
System Red Green Blue C M Y K H S L
Decimal 15 192 13 0.92 0 0.93 0.25 119.33 0.87 0.4
Hex F C0 D 5C 0 5D 19 77 57 28
Octal 17 300 15 134 0 135 31 167 127 50
Binary 1111 11000000 1101 1011100 0 1011101 11001 1110111 1010111 101000

Color Harmonies of #0FC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC00D

Black with #0FC00D

Text Example


Text Example

White with #0FC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,13); }

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

background-color css

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

 a { background-color: rgb(15,192,13); }

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

border-color css

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

 span { border-color: rgb(15,192,13); }

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