Html Css Color HEX #A2DD6A Feijoa

📋 copy color: '#A2DD6A'

red 162 ◦ green 221 ◦ blue 106

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

Shades of Feijoa #A2DD6A

Tints of Feijoa #A2DD6A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 33.13%
G = 45.19%
B = 21.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A2DD6A (or 0xA2DD6A) is known color: Feijoa. HEX triplet: A2, DD and 6A. RGB value is (162,221,106). Sum of RGB (Red+Green+Blue) = 162+221+106=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD6A is #5D2295. Grayscale: #BEBEBE. Windows color (decimal): -6103702 or 7003554. OLE color: 7003554.

HSL color Cylindrical-coordinate representation of color #A2DD6A: hue angle of 90.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2DD6A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 106 -
CMYK 0.27 0 0.52 0.13
HSL 90.78º 0.63% 0.64% -
HSV(B) 90.78º 0.52% 0.87% -
XYZ 43.36 60.43 23.02 -
YUV 190.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 162 221 106 0.27 0 0.52 0.13 90.78 0.63 0.64
Hex A2 DD 6A 1B 0 34 D 5B 3F 40
Octal 242 335 152 33 0 64 15 133 77 100
Binary 10100010 11011101 1101010 11011 0 110100 1101 1011011 111111 1000000

Color Harmonies of #A2DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD6A

Black with #A2DD6A

Text Example


Text Example

White with #A2DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD6A; }

 p { color: rgb(162,221,106); }

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

background-color css

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

 a { background-color: rgb(162,221,106); }

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

border-color css

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

 span { border-color: rgb(162,221,106); }

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