Html Css Color HEX #0FA202 Islamic Green

📋 copy color: '#0FA202'

red 15 ◦ green 162 ◦ blue 2

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

Shades of Islamic Green #0FA202

Tints of Islamic Green #0FA202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 8.38%
G = 90.5%
B = 1.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#0FA202 (or 0x0FA202) is known color: Islamic Green. HEX triplet: 0F, A2 and 02. RGB value is (15,162,2). Sum of RGB (Red+Green+Blue) = 15+162+2=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 162 (63.67% from 255 or 90.50% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA202 is #F05DFD. Grayscale: #646464. Windows color (decimal): -15752702 or 172559. OLE color: 172559.

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

Color convert

RGB 15 162 2 -
CMYK 0.91 0 0.99 0.36
HSL 115.13º 0.98% 0.32% -
HSV(B) 115.13º 0.99% 0.64% -
XYZ 13.13 25.95 4.37 -
YUV 99.81 72.8 67.51 -
System Red Green Blue C M Y K H S L
Decimal 15 162 2 0.91 0 0.99 0.36 115.13 0.98 0.32
Hex F A2 2 5B 0 63 24 73 62 20
Octal 17 242 2 133 0 143 44 163 142 40
Binary 1111 10100010 10 1011011 0 1100011 100100 1110011 1100010 100000

Color Harmonies of #0FA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA202

Black with #0FA202

Text Example


Text Example

White with #0FA202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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