Html Css Color HEX #26A501 Islamic Green

📋 copy color: '#26A501'

red 38 ◦ green 165 ◦ blue 1

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

Shades of Islamic Green #26A501

Tints of Islamic Green #26A501

RGB

 RED value IS 38 (15.23% from 255) = 18.63%

 GREEN value IS 165 (64.84% from 255) = 80.88%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 18.63%
G = 80.88%
B = 0.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#26A501 (or 0x26A501) is known color: Islamic Green. HEX triplet: 26, A5 and 01. RGB value is (38,165,1). Sum of RGB (Red+Green+Blue) = 38+165+1=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 165 (64.84% from 255 or 80.88% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 165 - color contains mainly: green. Hex color #26A501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #26A501 is #D95AFE. Grayscale: #6C6C6C. Windows color (decimal): -14244607 or 107814. OLE color: 107814.

HSL color Cylindrical-coordinate representation of color #26A501: hue angle of 106.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26A501 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 38 165 1 -
CMYK 0.77 0 0.99 0.35
HSL 106.46º 0.99% 0.33% -
HSV(B) 106.46º 0.99% 0.65% -
XYZ 14.26 27.32 4.55 -
YUV 108.33 67.42 77.84 -
System Red Green Blue C M Y K H S L
Decimal 38 165 1 0.77 0 0.99 0.35 106.46 0.99 0.33
Hex 26 A5 1 4D 0 63 23 6A 63 21
Octal 46 245 1 115 0 143 43 152 143 41
Binary 100110 10100101 1 1001101 0 1100011 100011 1101010 1100011 100001

Color Harmonies of #26A501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26A501

Black with #26A501

Text Example


Text Example

White with #26A501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26A501; }

 p { color: rgb(38,165,1); }

 H1.HeaderClassName
 {
   color: #26A501;
 }
 .AnyTagClassName
 {
   color: #26A501;
 }
</style>

background-color css

<style>
 a { background-color: #26A501; }

 a { background-color: rgb(38,165,1); }

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

border-color css

<style>
 span { border-color: #26A501; }

 span { border-color: rgb(38,165,1); }

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