Html Css Color HEX #0FA217 Islamic Green

📋 copy color: '#0FA217'

red 15 ◦ green 162 ◦ blue 23

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

Shades of Islamic Green #0FA217

Tints of Islamic Green #0FA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 81%

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 7.5%
G = 81%
B = 11.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#0FA217 (or 0x0FA217) is known color: Islamic Green. HEX triplet: 0F, A2 and 17. RGB value is (15,162,23). Sum of RGB (Red+Green+Blue) = 15+162+23=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 162 (63.67% from 255 or 81% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA217 is #F05DE8. Grayscale: #666666. Windows color (decimal): -15752681 or 1548815. OLE color: 1548815.

HSL color Cylindrical-coordinate representation of color #0FA217: hue angle of 123.27º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA217 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 162 23 -
CMYK 0.91 0 0.86 0.36
HSL 123.27º 0.83% 0.35% -
HSV(B) 123.27º 0.91% 0.64% -
XYZ 13.27 26 5.13 -
YUV 102.2 83.3 65.8 -
System Red Green Blue C M Y K H S L
Decimal 15 162 23 0.91 0 0.86 0.36 123.27 0.83 0.35
Hex F A2 17 5B 0 56 24 7B 53 23
Octal 17 242 27 133 0 126 44 173 123 43
Binary 1111 10100010 10111 1011011 0 1010110 100100 1111011 1010011 100011

Color Harmonies of #0FA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA217

Black with #0FA217

Text Example


Text Example

White with #0FA217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,162,23); }

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

background-color css

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

 a { background-color: rgb(15,162,23); }

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

border-color css

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

 span { border-color: rgb(15,162,23); }

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