Html Css Color HEX #A2DD6B Feijoa

📋 copy color: '#A2DD6B'

red 162 ◦ green 221 ◦ blue 107

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

Shades of Feijoa #A2DD6B

Tints of Feijoa #A2DD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 33.06%
G = 45.1%
B = 21.84%

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

#A2DD6B (or 0xA2DD6B) is known color: Feijoa. HEX triplet: A2, DD and 6B. RGB value is (162,221,107). Sum of RGB (Red+Green+Blue) = 162+221+107=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD6B is #5D2294. Grayscale: #BEBEBE. Windows color (decimal): -6103701 or 7069090. OLE color: 7069090.

HSL color Cylindrical-coordinate representation of color #A2DD6B: hue angle of 91.05º 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 #A2DD6B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 107 -
CMYK 0.27 0 0.52 0.13
HSL 91.05º 0.63% 0.64% -
HSV(B) 91.05º 0.52% 0.87% -
XYZ 43.41 60.46 23.29 -
YUV 190.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 162 221 107 0.27 0 0.52 0.13 91.05 0.63 0.64
Hex A2 DD 6B 1B 0 34 D 5B 3F 40
Octal 242 335 153 33 0 64 15 133 77 100
Binary 10100010 11011101 1101011 11011 0 110100 1101 1011011 111111 1000000

Color Harmonies of #A2DD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD6B

Black with #A2DD6B

Text Example


Text Example

White with #A2DD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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