Html Css Color HEX #A6D078 Feijoa

📋 copy color: '#A6D078'

red 166 ◦ green 208 ◦ blue 120

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

Shades of Feijoa #A6D078

Tints of Feijoa #A6D078

RGB

 RED value IS 166 (65.23% from 255) = 33.6%

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 120 (47.27% from 255) = 24.29%

R = 33.6%
G = 42.11%
B = 24.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#A6D078 (or 0xA6D078) is known color: Feijoa. HEX triplet: A6, D0 and 78. RGB value is (166,208,120). Sum of RGB (Red+Green+Blue) = 166+208+120=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D078 is #592F87. Grayscale: #B9B9B9. Windows color (decimal): -5844872 or 7917734. OLE color: 7917734.

HSL color Cylindrical-coordinate representation of color #A6D078: hue angle of 88.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6D078 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 120 -
CMYK 0.20 0 0.42 0.18
HSL 88.64º 0.48% 0.64% -
HSV(B) 88.64º 0.42% 0.82% -
XYZ 41.67 54.57 26.11 -
YUV 185.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 166 208 120 0.20 0 0.42 0.18 88.64 0.48 0.64
Hex A6 D0 78 14 0 2A 12 59 30 40
Octal 246 320 170 24 0 52 22 131 60 100
Binary 10100110 11010000 1111000 10100 0 101010 10010 1011001 110000 1000000

Color Harmonies of #A6D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D078

Black with #A6D078

Text Example


Text Example

White with #A6D078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D078; }

 p { color: rgb(166,208,120); }

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

background-color css

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

 a { background-color: rgb(166,208,120); }

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

border-color css

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

 span { border-color: rgb(166,208,120); }

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