Html Css Color HEX #057F0A Green

📋 copy color: '#057F0A'

red 5 ◦ green 127 ◦ blue 10

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

Shades of Green #057F0A

Tints of Green #057F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 89.44%

 BLUE value IS 10 (4.3% from 255) = 7.04%

R = 3.52%
G = 89.44%
B = 7.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#057F0A (or 0x057F0A) is known color: Green. HEX triplet: 05, 7F and 0A. RGB value is (5,127,10). Sum of RGB (Red+Green+Blue) = 5+127+10=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 127 (50% from 255 or 89.44% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 127 - color contains mainly: green. Hex color #057F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F0A is #FA80F5. Grayscale: #4D4D4D. Windows color (decimal): -16417014 or 687877. OLE color: 687877.

HSL color Cylindrical-coordinate representation of color #057F0A: hue angle of 122.46º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F0A is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 10 -
CMYK 0.96 0 0.92 0.50
HSL 122.46º 0.92% 0.26% -
HSV(B) 122.46º 0.96% 0.5% -
XYZ 7.71 15.23 2.82 -
YUV 77.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 5 127 10 0.96 0 0.92 0.50 122.46 0.92 0.26
Hex 5 7F A 60 0 5C 32 7A 5C 1A
Octal 5 177 12 140 0 134 62 172 134 32
Binary 101 1111111 1010 1100000 0 1011100 110010 1111010 1011100 11010

Color Harmonies of #057F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F0A

Black with #057F0A

Text Example


Text Example

White with #057F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,127,10); }

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

background-color css

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

 a { background-color: rgb(5,127,10); }

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

border-color css

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

 span { border-color: rgb(5,127,10); }

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