Html Css Color HEX #01950A Islamic Green

📋 copy color: '#01950A'

red 1 ◦ green 149 ◦ blue 10

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

Shades of Islamic Green #01950A

Tints of Islamic Green #01950A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.25%

R = 0.63%
G = 93.13%
B = 6.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#01950A (or 0x01950A) is known color: Islamic Green. HEX triplet: 01, 95 and 0A. RGB value is (1,149,10). Sum of RGB (Red+Green+Blue) = 1+149+10=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 149 (58.59% from 255 or 93.12% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 149 - color contains mainly: green. Hex color #01950A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01950A is #FE6AF5. Grayscale: #595959. Windows color (decimal): -16673526 or 693505. OLE color: 693505.

HSL color Cylindrical-coordinate representation of color #01950A: hue angle of 123.65º 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 #01950A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 10 -
CMYK 0.99 0 0.93 0.42
HSL 123.65º 0.99% 0.29% -
HSV(B) 123.65º 0.99% 0.58% -
XYZ 10.81 21.52 3.87 -
YUV 88.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 1 149 10 0.99 0 0.93 0.42 123.65 0.99 0.29
Hex 1 95 A 63 0 5D 2A 7C 63 1D
Octal 1 225 12 143 0 135 52 174 143 35
Binary 1 10010101 1010 1100011 0 1011101 101010 1111100 1100011 11101

Color Harmonies of #01950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01950A

Black with #01950A

Text Example


Text Example

White with #01950A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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