Html Css Color HEX #057C14 Green

📋 copy color: '#057C14'

red 5 ◦ green 124 ◦ blue 20

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

Shades of Green #057C14

Tints of Green #057C14

RGB

 RED value IS 5 (2.34% from 255) = 3.36%

 GREEN value IS 124 (48.83% from 255) = 83.22%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 3.36%
G = 83.22%
B = 13.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#057C14 (or 0x057C14) is known color: Green. HEX triplet: 05, 7C and 14. RGB value is (5,124,20). Sum of RGB (Red+Green+Blue) = 5+124+20=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 124 (48.83% from 255 or 83.22% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 124 - color contains mainly: green. Hex color #057C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057C14 is #FA83EB. Grayscale: #4C4C4C. Windows color (decimal): -16417772 or 1342469. OLE color: 1342469.

HSL color Cylindrical-coordinate representation of color #057C14: hue angle of 127.56º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C14 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 124 20 -
CMYK 0.96 0 0.84 0.51
HSL 127.56º 0.92% 0.25% -
HSV(B) 127.56º 0.96% 0.49% -
XYZ 7.4 14.5 3.07 -
YUV 76.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 5 124 20 0.96 0 0.84 0.51 127.56 0.92 0.25
Hex 5 7C 14 60 0 54 33 80 5C 19
Octal 5 174 24 140 0 124 63 200 134 31
Binary 101 1111100 10100 1100000 0 1010100 110011 10000000 1011100 11001

Color Harmonies of #057C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C14

Black with #057C14

Text Example


Text Example

White with #057C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C14; }

 p { color: rgb(5,124,20); }

 H1.HeaderClassName
 {
   color: #057C14;
 }
 .AnyTagClassName
 {
   color: #057C14;
 }
</style>

background-color css

<style>
 a { background-color: #057C14; }

 a { background-color: rgb(5,124,20); }

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

border-color css

<style>
 span { border-color: #057C14; }

 span { border-color: rgb(5,124,20); }

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