Html Css Color HEX #A2DA6B Feijoa

📋 copy color: '#A2DA6B'

red 162 ◦ green 218 ◦ blue 107

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

Shades of Feijoa #A2DA6B

Tints of Feijoa #A2DA6B

RGB

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

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

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

R = 33.26%
G = 44.76%
B = 21.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#A2DA6B (or 0xA2DA6B) is known color: Feijoa. HEX triplet: A2, DA and 6B. RGB value is (162,218,107). Sum of RGB (Red+Green+Blue) = 162+218+107=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA6B is #5D2594. Grayscale: #BCBCBC. Windows color (decimal): -6104469 or 7068322. OLE color: 7068322.

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

Color convert

RGB 162 218 107 -
CMYK 0.26 0 0.51 0.15
HSL 90.27º 0.6% 0.64% -
HSV(B) 90.27º 0.51% 0.85% -
XYZ 42.63 58.89 23.03 -
YUV 188.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 162 218 107 0.26 0 0.51 0.15 90.27 0.6 0.64
Hex A2 DA 6B 1A 0 33 F 5A 3C 40
Octal 242 332 153 32 0 63 17 132 74 100
Binary 10100010 11011010 1101011 11010 0 110011 1111 1011010 111100 1000000

Color Harmonies of #A2DA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DA6B

Black with #A2DA6B

Text Example


Text Example

White with #A2DA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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