Html Css Color HEX #01801A Green

📋 copy color: '#01801A'

red 1 ◦ green 128 ◦ blue 26

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

Shades of Green #01801A

Tints of Green #01801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 82.58%

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

R = 0.65%
G = 82.58%
B = 16.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#01801A (or 0x01801A) is known color: Green. HEX triplet: 01, 80 and 1A. RGB value is (1,128,26). Sum of RGB (Red+Green+Blue) = 1+128+26=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #01801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01801A is #FE7FE5. Grayscale: #4E4E4E. Windows color (decimal): -16678886 or 1736705. OLE color: 1736705.

HSL color Cylindrical-coordinate representation of color #01801A: hue angle of 131.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01801A is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 26 -
CMYK 0.99 0 0.80 0.50
HSL 131.81º 0.98% 0.25% -
HSV(B) 131.81º 0.99% 0.5% -
XYZ 7.92 15.52 3.56 -
YUV 78.4 98.42 72.79 -
System Red Green Blue C M Y K H S L
Decimal 1 128 26 0.99 0 0.80 0.50 131.81 0.98 0.25
Hex 1 80 1A 63 0 50 32 84 62 19
Octal 1 200 32 143 0 120 62 204 142 31
Binary 1 10000000 11010 1100011 0 1010000 110010 10000100 1100010 11001

Color Harmonies of #01801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01801A

Black with #01801A

Text Example


Text Example

White with #01801A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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