Html Css Color HEX #00951A Islamic Green

📋 copy color: '#00951A'

red 0 ◦ green 149 ◦ blue 26

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

Shades of Islamic Green #00951A

Tints of Islamic Green #00951A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 85.14%
B = 14.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#00951A (or 0x00951A) is known color: Islamic Green. HEX triplet: 00, 95 and 1A. RGB value is (0,149,26). Sum of RGB (Red+Green+Blue) = 0+149+26=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 149 (58.59% from 255 or 85.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 149 - color contains mainly: green. Hex color #00951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00951A is #FF6AE5. Grayscale: #5A5A5A. Windows color (decimal): -16739046 or 1742080. OLE color: 1742080.

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

Color convert

RGB 0 149 26 -
CMYK 1 0 0.83 0.42
HSL 130.47º 1% 0.29% -
HSV(B) 130.47º 1% 0.58% -
XYZ 10.93 21.57 4.56 -
YUV 90.43 91.64 63.5 -
System Red Green Blue C M Y K H S L
Decimal 0 149 26 1 0 0.83 0.42 130.47 1 0.29
Hex 0 95 1A 64 0 53 2A 82 64 1D
Octal 0 225 32 144 0 123 52 202 144 35
Binary 0 10010101 11010 1100100 0 1010011 101010 10000010 1100100 11101

Color Harmonies of #00951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00951A

Black with #00951A

Text Example


Text Example

White with #00951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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