Html Css Color HEX #1FAF06 Islamic Green

📋 copy color: '#1FAF06'

red 31 ◦ green 175 ◦ blue 6

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

Shades of Islamic Green #1FAF06

Tints of Islamic Green #1FAF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.83%

R = 14.62%
G = 82.55%
B = 2.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#1FAF06 (or 0x1FAF06) is known color: Islamic Green. HEX triplet: 1F, AF and 06. RGB value is (31,175,6). Sum of RGB (Red+Green+Blue) = 31+175+6=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 175 (68.75% from 255 or 82.55% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAF06 is #E050F9. Grayscale: #717171. Windows color (decimal): -14700794 or 438047. OLE color: 438047.

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

Color convert

RGB 31 175 6 -
CMYK 0.82 0 0.97 0.31
HSL 111.12º 0.93% 0.35% -
HSV(B) 111.12º 0.97% 0.69% -
XYZ 15.93 30.96 5.31 -
YUV 112.68 67.79 69.74 -
System Red Green Blue C M Y K H S L
Decimal 31 175 6 0.82 0 0.97 0.31 111.12 0.93 0.35
Hex 1F AF 6 52 0 61 1F 6F 5D 23
Octal 37 257 6 122 0 141 37 157 135 43
Binary 11111 10101111 110 1010010 0 1100001 11111 1101111 1011101 100011

Color Harmonies of #1FAF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAF06

Black with #1FAF06

Text Example


Text Example

White with #1FAF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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