Html Css Color HEX #01851A Green

📋 copy color: '#01851A'

red 1 ◦ green 133 ◦ blue 26

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

Shades of Green #01851A

Tints of Green #01851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 83.13%

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

R = 0.63%
G = 83.13%
B = 16.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#01851A (or 0x01851A) is known color: Green. HEX triplet: 01, 85 and 1A. RGB value is (1,133,26). Sum of RGB (Red+Green+Blue) = 1+133+26=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 133 (52.34% from 255 or 83.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 133 - color contains mainly: green. Hex color #01851A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01851A is #FE7AE5. Grayscale: #515151. Windows color (decimal): -16677606 or 1737985. OLE color: 1737985.

HSL color Cylindrical-coordinate representation of color #01851A: hue angle of 131.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01851A is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 26 -
CMYK 0.99 0 0.80 0.48
HSL 131.36º 0.99% 0.26% -
HSV(B) 131.36º 0.99% 0.52% -
XYZ 8.59 16.86 3.78 -
YUV 81.33 96.77 70.7 -
System Red Green Blue C M Y K H S L
Decimal 1 133 26 0.99 0 0.80 0.48 131.36 0.99 0.26
Hex 1 85 1A 63 0 50 30 83 63 1A
Octal 1 205 32 143 0 120 60 203 143 32
Binary 1 10000101 11010 1100011 0 1010000 110000 10000011 1100011 11010

Color Harmonies of #01851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01851A

Black with #01851A

Text Example


Text Example

White with #01851A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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