Html Css Color HEX #6EA14F Asparagus

📋 copy color: '#6EA14F'

red 110 ◦ green 161 ◦ blue 79

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

Shades of Asparagus #6EA14F

Tints of Asparagus #6EA14F

RGB

 RED value IS 110 (43.36% from 255) = 31.43%

 GREEN value IS 161 (63.28% from 255) = 46%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 31.43%
G = 46%
B = 22.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#6EA14F (or 0x6EA14F) is known color: Asparagus. HEX triplet: 6E, A1 and 4F. RGB value is (110,161,79). Sum of RGB (Red+Green+Blue) = 110+161+79=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA14F is #915EB0. Grayscale: #888888. Windows color (decimal): -9526961 or 5218670. OLE color: 5218670.

HSL color Cylindrical-coordinate representation of color #6EA14F: hue angle of 97.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EA14F is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 161 79 -
CMYK 0.32 0 0.51 0.37
HSL 97.32º 0.34% 0.47% -
HSV(B) 97.32º 0.51% 0.63% -
XYZ 20.59 29.37 11.98 -
YUV 136.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 110 161 79 0.32 0 0.51 0.37 97.32 0.34 0.47
Hex 6E A1 4F 20 0 33 25 61 22 2F
Octal 156 241 117 40 0 63 45 141 42 57
Binary 1101110 10100001 1001111 100000 0 110011 100101 1100001 100010 101111

Color Harmonies of #6EA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA14F

Black with #6EA14F

Text Example


Text Example

White with #6EA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EA14F; }

 p { color: rgb(110,161,79); }

 H1.HeaderClassName
 {
   color: #6EA14F;
 }
 .AnyTagClassName
 {
   color: #6EA14F;
 }
</style>

background-color css

<style>
 a { background-color: #6EA14F; }

 a { background-color: rgb(110,161,79); }

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

border-color css

<style>
 span { border-color: #6EA14F; }

 span { border-color: rgb(110,161,79); }

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