Html Css Color HEX #0FA003 Islamic Green

📋 copy color: '#0FA003'

red 15 ◦ green 160 ◦ blue 3

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

Shades of Islamic Green #0FA003

Tints of Islamic Green #0FA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 89.89%

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 8.43%
G = 89.89%
B = 1.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#0FA003 (or 0x0FA003) is known color: Islamic Green. HEX triplet: 0F, A0 and 03. RGB value is (15,160,3). Sum of RGB (Red+Green+Blue) = 15+160+3=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 160 (62.89% from 255 or 89.89% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA003 is #F05FFC. Grayscale: #636363. Windows color (decimal): -15753213 or 237583. OLE color: 237583.

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

Color convert

RGB 15 160 3 -
CMYK 0.91 0 0.98 0.37
HSL 115.41º 0.96% 0.32% -
HSV(B) 115.41º 0.98% 0.63% -
XYZ 12.78 25.25 4.29 -
YUV 98.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 15 160 3 0.91 0 0.98 0.37 115.41 0.96 0.32
Hex F A0 3 5B 0 62 25 73 60 20
Octal 17 240 3 133 0 142 45 163 140 40
Binary 1111 10100000 11 1011011 0 1100010 100101 1110011 1100000 100000

Color Harmonies of #0FA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA003

Black with #0FA003

Text Example


Text Example

White with #0FA003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,3); }

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

background-color css

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

 a { background-color: rgb(15,160,3); }

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

border-color css

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

 span { border-color: rgb(15,160,3); }

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