Html Css Color HEX #1FAB02 Islamic Green

📋 copy color: '#1FAB02'

red 31 ◦ green 171 ◦ blue 2

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

Shades of Islamic Green #1FAB02

Tints of Islamic Green #1FAB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 83.82%

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

R = 15.2%
G = 83.82%
B = 0.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#1FAB02 (or 0x1FAB02) is known color: Islamic Green. HEX triplet: 1F, AB and 02. RGB value is (31,171,2). Sum of RGB (Red+Green+Blue) = 31+171+2=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 171 (67.19% from 255 or 83.82% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAB02 is #E054FD. Grayscale: #6E6E6E. Windows color (decimal): -14701822 or 174879. OLE color: 174879.

HSL color Cylindrical-coordinate representation of color #1FAB02: hue angle of 109.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FAB02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 171 2 -
CMYK 0.82 0 0.99 0.33
HSL 109.7º 0.98% 0.34% -
HSV(B) 109.7º 0.99% 0.67% -
XYZ 15.14 29.42 4.94 -
YUV 109.87 67.12 71.74 -
System Red Green Blue C M Y K H S L
Decimal 31 171 2 0.82 0 0.99 0.33 109.7 0.98 0.34
Hex 1F AB 2 52 0 63 21 6E 62 22
Octal 37 253 2 122 0 143 41 156 142 42
Binary 11111 10101011 10 1010010 0 1100011 100001 1101110 1100010 100010

Color Harmonies of #1FAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAB02

Black with #1FAB02

Text Example


Text Example

White with #1FAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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