Html Css Color HEX #1FA002 Islamic Green

📋 copy color: '#1FA002'

red 31 ◦ green 160 ◦ blue 2

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

Shades of Islamic Green #1FA002

Tints of Islamic Green #1FA002

RGB

 RED value IS 31 (12.5% from 255) = 16.06%

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

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

R = 16.06%
G = 82.9%
B = 1.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#1FA002 (or 0x1FA002) is known color: Islamic Green. HEX triplet: 1F, A0 and 02. RGB value is (31,160,2). Sum of RGB (Red+Green+Blue) = 31+160+2=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 160 (62.89% from 255 or 82.90% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA002 is #E05FFD. Grayscale: #676767. Windows color (decimal): -14704638 or 172063. OLE color: 172063.

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

Color convert

RGB 31 160 2 -
CMYK 0.81 0 0.99 0.37
HSL 108.99º 0.98% 0.32% -
HSV(B) 108.99º 0.99% 0.63% -
XYZ 13.15 25.44 4.27 -
YUV 103.42 70.76 76.35 -
System Red Green Blue C M Y K H S L
Decimal 31 160 2 0.81 0 0.99 0.37 108.99 0.98 0.32
Hex 1F A0 2 51 0 63 25 6D 62 20
Octal 37 240 2 121 0 143 45 155 142 40
Binary 11111 10100000 10 1010001 0 1100011 100101 1101101 1100010 100000

Color Harmonies of #1FA002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA002

Black with #1FA002

Text Example


Text Example

White with #1FA002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FA002; }

 p { color: rgb(31,160,2); }

 H1.HeaderClassName
 {
   color: #1FA002;
 }
 .AnyTagClassName
 {
   color: #1FA002;
 }
</style>

background-color css

<style>
 a { background-color: #1FA002; }

 a { background-color: rgb(31,160,2); }

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

border-color css

<style>
 span { border-color: #1FA002; }

 span { border-color: rgb(31,160,2); }

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