Html Css Color HEX #01951A Islamic Green

📋 copy color: '#01951A'

red 1 ◦ green 149 ◦ blue 26

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

Shades of Islamic Green #01951A

Tints of Islamic Green #01951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 0.57%
G = 84.66%
B = 14.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#01951A (or 0x01951A) is known color: Islamic Green. HEX triplet: 01, 95 and 1A. RGB value is (1,149,26). Sum of RGB (Red+Green+Blue) = 1+149+26=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 149 (58.59% from 255 or 84.66% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 149 - color contains mainly: green. Hex color #01951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01951A is #FE6AE5. Grayscale: #5B5B5B. Windows color (decimal): -16673510 or 1742081. OLE color: 1742081.

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

Color convert

RGB 1 149 26 -
CMYK 0.99 0 0.83 0.42
HSL 130.14º 0.99% 0.29% -
HSV(B) 130.14º 0.99% 0.58% -
XYZ 10.95 21.58 4.56 -
YUV 90.73 91.47 64 -
System Red Green Blue C M Y K H S L
Decimal 1 149 26 0.99 0 0.83 0.42 130.14 0.99 0.29
Hex 1 95 1A 63 0 53 2A 82 63 1D
Octal 1 225 32 143 0 123 52 202 143 35
Binary 1 10010101 11010 1100011 0 1010011 101010 10000010 1100011 11101

Color Harmonies of #01951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01951A

Black with #01951A

Text Example


Text Example

White with #01951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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