Html Css Color HEX #01780C Green

📋 copy color: '#01780C'

red 1 ◦ green 120 ◦ blue 12

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

Shades of Green #01780C

Tints of Green #01780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 0.75%
G = 90.23%
B = 9.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#01780C (or 0x01780C) is known color: Green. HEX triplet: 01, 78 and 0C. RGB value is (1,120,12). Sum of RGB (Red+Green+Blue) = 1+120+12=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 120 (47.27% from 255 or 90.23% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 120 - color contains mainly: green. Hex color #01780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01780C is #FE87F3. Grayscale: #484848. Windows color (decimal): -16680948 or 817153. OLE color: 817153.

HSL color Cylindrical-coordinate representation of color #01780C: hue angle of 125.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 #01780C is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 12 -
CMYK 0.99 0 0.90 0.53
HSL 125.55º 0.98% 0.24% -
HSV(B) 125.55º 0.99% 0.47% -
XYZ 6.8 13.47 2.59 -
YUV 72.11 94.08 77.28 -
System Red Green Blue C M Y K H S L
Decimal 1 120 12 0.99 0 0.90 0.53 125.55 0.98 0.24
Hex 1 78 C 63 0 5A 35 7E 62 18
Octal 1 170 14 143 0 132 65 176 142 30
Binary 1 1111000 1100 1100011 0 1011010 110101 1111110 1100010 11000

Color Harmonies of #01780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01780C

Black with #01780C

Text Example


Text Example

White with #01780C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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