Html Css Color HEX #1FAF07 Islamic Green

📋 copy color: '#1FAF07'

red 31 ◦ green 175 ◦ blue 7

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

Shades of Islamic Green #1FAF07

Tints of Islamic Green #1FAF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 82.16%

 BLUE value IS 7 (3.13% from 255) = 3.29%

R = 14.55%
G = 82.16%
B = 3.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#1FAF07 (or 0x1FAF07) is known color: Islamic Green. HEX triplet: 1F, AF and 07. RGB value is (31,175,7). Sum of RGB (Red+Green+Blue) = 31+175+7=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 175 (68.75% from 255 or 82.16% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAF07 is #E050F8. Grayscale: #717171. Windows color (decimal): -14700793 or 503583. OLE color: 503583.

HSL color Cylindrical-coordinate representation of color #1FAF07: hue angle of 111.43º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FAF07 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 31 175 7 -
CMYK 0.82 0 0.96 0.31
HSL 111.43º 0.92% 0.36% -
HSV(B) 111.43º 0.96% 0.69% -
XYZ 15.93 30.97 5.34 -
YUV 112.79 68.29 69.66 -
System Red Green Blue C M Y K H S L
Decimal 31 175 7 0.82 0 0.96 0.31 111.43 0.92 0.36
Hex 1F AF 7 52 0 60 1F 6F 5C 24
Octal 37 257 7 122 0 140 37 157 134 44
Binary 11111 10101111 111 1010010 0 1100000 11111 1101111 1011100 100100

Color Harmonies of #1FAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAF07

Black with #1FAF07

Text Example


Text Example

White with #1FAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,175,7); }

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

background-color css

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

 a { background-color: rgb(31,175,7); }

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

border-color css

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

 span { border-color: rgb(31,175,7); }

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