Html Css Color HEX #A2DA6D Feijoa

📋 copy color: '#A2DA6D'

red 162 ◦ green 218 ◦ blue 109

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

Shades of Feijoa #A2DA6D

Tints of Feijoa #A2DA6D

RGB

 RED value IS 162 (63.67% from 255) = 33.13%

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 33.13%
G = 44.58%
B = 22.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#A2DA6D (or 0xA2DA6D) is known color: Feijoa. HEX triplet: A2, DA and 6D. RGB value is (162,218,109). Sum of RGB (Red+Green+Blue) = 162+218+109=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA6D is #5D2592. Grayscale: #BDBDBD. Windows color (decimal): -6104467 or 7199394. OLE color: 7199394.

HSL color Cylindrical-coordinate representation of color #A2DA6D: hue angle of 90.83º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2DA6D is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 218 109 -
CMYK 0.26 0 0.5 0.15
HSL 90.83º 0.6% 0.64% -
HSV(B) 90.83º 0.5% 0.85% -
XYZ 42.73 58.93 23.59 -
YUV 188.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 162 218 109 0.26 0 0.5 0.15 90.83 0.6 0.64
Hex A2 DA 6D 1A 0 32 F 5B 3C 40
Octal 242 332 155 32 0 62 17 133 74 100
Binary 10100010 11011010 1101101 11010 0 110010 1111 1011011 111100 1000000

Color Harmonies of #A2DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA6D

Black with #A2DA6D

Text Example


Text Example

White with #A2DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA6D; }

 p { color: rgb(162,218,109); }

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

background-color css

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

 a { background-color: rgb(162,218,109); }

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

border-color css

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

 span { border-color: rgb(162,218,109); }

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