Html Css Color HEX #0FC312 Islamic Green

📋 copy color: '#0FC312'

red 15 ◦ green 195 ◦ blue 18

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

Shades of Islamic Green #0FC312

Tints of Islamic Green #0FC312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 6.58%
G = 85.53%
B = 7.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#0FC312 (or 0x0FC312) is known color: Islamic Green. HEX triplet: 0F, C3 and 12. RGB value is (15,195,18). Sum of RGB (Red+Green+Blue) = 15+195+18=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 195 (76.56% from 255 or 85.53% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC312 is #F03CED. Grayscale: #797979. Windows color (decimal): -15744238 or 1229583. OLE color: 1229583.

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

Color convert

RGB 15 195 18 -
CMYK 0.92 0 0.91 0.24
HSL 121º 0.86% 0.41% -
HSV(B) 121º 0.92% 0.76% -
XYZ 19.82 39.18 7.09 -
YUV 121 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 15 195 18 0.92 0 0.91 0.24 121 0.86 0.41
Hex F C3 12 5C 0 5B 18 79 56 29
Octal 17 303 22 134 0 133 30 171 126 51
Binary 1111 11000011 10010 1011100 0 1011011 11000 1111001 1010110 101001

Color Harmonies of #0FC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC312

Black with #0FC312

Text Example


Text Example

White with #0FC312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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