Html Css Color HEX #A2D778 Feijoa

📋 copy color: '#A2D778'

red 162 ◦ green 215 ◦ blue 120

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

Shades of Feijoa #A2D778

Tints of Feijoa #A2D778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 32.6%
G = 43.26%
B = 24.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A2D778 (or 0xA2D778) is known color: Feijoa. HEX triplet: A2, D7 and 78. RGB value is (162,215,120). Sum of RGB (Red+Green+Blue) = 162+215+120=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D778 is #5D2887. Grayscale: #BCBCBC. Windows color (decimal): -6105224 or 7919522. OLE color: 7919522.

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

Color convert

RGB 162 215 120 -
CMYK 0.25 0 0.44 0.16
HSL 93.47º 0.54% 0.66% -
HSV(B) 93.47º 0.44% 0.84% -
XYZ 42.59 57.64 26.65 -
YUV 188.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 162 215 120 0.25 0 0.44 0.16 93.47 0.54 0.66
Hex A2 D7 78 19 0 2C 10 5D 36 42
Octal 242 327 170 31 0 54 20 135 66 102
Binary 10100010 11010111 1111000 11001 0 101100 10000 1011101 110110 1000010

Color Harmonies of #A2D778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D778

Black with #A2D778

Text Example


Text Example

White with #A2D778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D778; }

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

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

background-color css

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

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

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

border-color css

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

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

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