Html Css Color HEX #A2D77C Feijoa

📋 copy color: '#A2D77C'

red 162 ◦ green 215 ◦ blue 124

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

Shades of Feijoa #A2D77C

Tints of Feijoa #A2D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 32.34%
G = 42.91%
B = 24.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#A2D77C (or 0xA2D77C) is known color: Feijoa. HEX triplet: A2, D7 and 7C. RGB value is (162,215,124). Sum of RGB (Red+Green+Blue) = 162+215+124=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D77C is #5D2883. Grayscale: #BDBDBD. Windows color (decimal): -6105220 or 8181666. OLE color: 8181666.

HSL color Cylindrical-coordinate representation of color #A2D77C: hue angle of 94.95º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2D77C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 124 -
CMYK 0.25 0 0.42 0.16
HSL 94.95º 0.53% 0.66% -
HSV(B) 94.95º 0.42% 0.84% -
XYZ 42.84 57.74 27.96 -
YUV 188.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 162 215 124 0.25 0 0.42 0.16 94.95 0.53 0.66
Hex A2 D7 7C 19 0 2A 10 5F 35 42
Octal 242 327 174 31 0 52 20 137 65 102
Binary 10100010 11010111 1111100 11001 0 101010 10000 1011111 110101 1000010

Color Harmonies of #A2D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D77C

Black with #A2D77C

Text Example


Text Example

White with #A2D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D77C; }

 p { color: rgb(162,215,124); }

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

background-color css

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

 a { background-color: rgb(162,215,124); }

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

border-color css

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

 span { border-color: rgb(162,215,124); }

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