Html Css Color HEX #01780E Green

📋 copy color: '#01780E'

red 1 ◦ green 120 ◦ blue 14

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

Shades of Green #01780E

Tints of Green #01780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 88.89%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 0.74%
G = 88.89%
B = 10.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#01780E (or 0x01780E) is known color: Green. HEX triplet: 01, 78 and 0E. RGB value is (1,120,14). Sum of RGB (Red+Green+Blue) = 1+120+14=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 120 (47.27% from 255 or 88.89% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 120 - color contains mainly: green. Hex color #01780E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01780E is #FE87F1. Grayscale: #484848. Windows color (decimal): -16680946 or 948225. OLE color: 948225.

HSL color Cylindrical-coordinate representation of color #01780E: hue angle of 126.55º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01780E is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 14 -
CMYK 0.99 0 0.88 0.53
HSL 126.55º 0.98% 0.24% -
HSV(B) 126.55º 0.99% 0.47% -
XYZ 6.81 13.47 2.66 -
YUV 72.34 95.08 77.12 -
System Red Green Blue C M Y K H S L
Decimal 1 120 14 0.99 0 0.88 0.53 126.55 0.98 0.24
Hex 1 78 E 63 0 58 35 7F 62 18
Octal 1 170 16 143 0 130 65 177 142 30
Binary 1 1111000 1110 1100011 0 1011000 110101 1111111 1100010 11000

Color Harmonies of #01780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01780E

Black with #01780E

Text Example


Text Example

White with #01780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01780E; }

 p { color: rgb(1,120,14); }

 H1.HeaderClassName
 {
   color: #01780E;
 }
 .AnyTagClassName
 {
   color: #01780E;
 }
</style>

background-color css

<style>
 a { background-color: #01780E; }

 a { background-color: rgb(1,120,14); }

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

border-color css

<style>
 span { border-color: #01780E; }

 span { border-color: rgb(1,120,14); }

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