Html Css Color HEX #A6D27A Feijoa

📋 copy color: '#A6D27A'

red 166 ◦ green 210 ◦ blue 122

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

Shades of Feijoa #A6D27A

Tints of Feijoa #A6D27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 33.33%
G = 42.17%
B = 24.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#A6D27A (or 0xA6D27A) is known color: Feijoa. HEX triplet: A6, D2 and 7A. RGB value is (166,210,122). Sum of RGB (Red+Green+Blue) = 166+210+122=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D27A is #592D85. Grayscale: #BBBBBB. Windows color (decimal): -5844358 or 8049318. OLE color: 8049318.

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

Color convert

RGB 166 210 122 -
CMYK 0.21 0 0.42 0.18
HSL 90º 0.49% 0.65% -
HSV(B) 90º 0.42% 0.82% -
XYZ 42.29 55.61 26.92 -
YUV 186.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 166 210 122 0.21 0 0.42 0.18 90 0.49 0.65
Hex A6 D2 7A 15 0 2A 12 5A 31 41
Octal 246 322 172 25 0 52 22 132 61 101
Binary 10100110 11010010 1111010 10101 0 101010 10010 1011010 110001 1000001

Color Harmonies of #A6D27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D27A

Black with #A6D27A

Text Example


Text Example

White with #A6D27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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