Html Css Color HEX #A6D28A Feijoa

📋 copy color: '#A6D28A'

red 166 ◦ green 210 ◦ blue 138

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

Shades of Feijoa #A6D28A

Tints of Feijoa #A6D28A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 32.3%
G = 40.86%
B = 26.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#A6D28A (or 0xA6D28A) is known color: Feijoa. HEX triplet: A6, D2 and 8A. RGB value is (166,210,138). Sum of RGB (Red+Green+Blue) = 166+210+138=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D28A is #592D75. Grayscale: #BCBCBC. Windows color (decimal): -5844342 or 9097894. OLE color: 9097894.

HSL color Cylindrical-coordinate representation of color #A6D28A: hue angle of 96.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D28A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 138 -
CMYK 0.21 0 0.34 0.18
HSL 96.67º 0.44% 0.68% -
HSV(B) 96.67º 0.34% 0.82% -
XYZ 43.36 56.04 32.58 -
YUV 188.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 166 210 138 0.21 0 0.34 0.18 96.67 0.44 0.68
Hex A6 D2 8A 15 0 22 12 61 2C 44
Octal 246 322 212 25 0 42 22 141 54 104
Binary 10100110 11010010 10001010 10101 0 100010 10010 1100001 101100 1000100

Color Harmonies of #A6D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D28A

Black with #A6D28A

Text Example


Text Example

White with #A6D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D28A; }

 p { color: rgb(166,210,138); }

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

background-color css

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

 a { background-color: rgb(166,210,138); }

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

border-color css

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

 span { border-color: rgb(166,210,138); }

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