Html Css Color HEX #01950F Islamic Green

📋 copy color: '#01950F'

red 1 ◦ green 149 ◦ blue 15

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

Shades of Islamic Green #01950F

Tints of Islamic Green #01950F

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 149 (58.59% from 255) = 90.3%

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 0.61%
G = 90.3%
B = 9.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#01950F (or 0x01950F) is known color: Islamic Green. HEX triplet: 01, 95 and 0F. RGB value is (1,149,15). Sum of RGB (Red+Green+Blue) = 1+149+15=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #01950F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01950F is #FE6AF0. Grayscale: #595959. Windows color (decimal): -16673521 or 1021185. OLE color: 1021185.

HSL color Cylindrical-coordinate representation of color #01950F: hue angle of 125.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01950F is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 15 -
CMYK 0.99 0 0.90 0.42
HSL 125.68º 0.99% 0.29% -
HSV(B) 125.68º 0.99% 0.58% -
XYZ 10.85 21.54 4.04 -
YUV 89.47 85.97 64.9 -
System Red Green Blue C M Y K H S L
Decimal 1 149 15 0.99 0 0.90 0.42 125.68 0.99 0.29
Hex 1 95 F 63 0 5A 2A 7E 63 1D
Octal 1 225 17 143 0 132 52 176 143 35
Binary 1 10010101 1111 1100011 0 1011010 101010 1111110 1100011 11101

Color Harmonies of #01950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01950F

Black with #01950F

Text Example


Text Example

White with #01950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01950F; }

 p { color: rgb(1,149,15); }

 H1.HeaderClassName
 {
   color: #01950F;
 }
 .AnyTagClassName
 {
   color: #01950F;
 }
</style>

background-color css

<style>
 a { background-color: #01950F; }

 a { background-color: rgb(1,149,15); }

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

border-color css

<style>
 span { border-color: #01950F; }

 span { border-color: rgb(1,149,15); }

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