Html Css Color HEX #A2D978 Feijoa

📋 copy color: '#A2D978'

red 162 ◦ green 217 ◦ blue 120

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

Shades of Feijoa #A2D978

Tints of Feijoa #A2D978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

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

R = 32.46%
G = 43.49%
B = 24.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#A2D978 (or 0xA2D978) is known color: Feijoa. HEX triplet: A2, D9 and 78. RGB value is (162,217,120). Sum of RGB (Red+Green+Blue) = 162+217+120=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D978 is #5D2687. Grayscale: #BDBDBD. Windows color (decimal): -6104712 or 7920034. OLE color: 7920034.

HSL color Cylindrical-coordinate representation of color #A2D978: hue angle of 94.02º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D978 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 120 -
CMYK 0.25 0 0.45 0.15
HSL 94.02º 0.56% 0.66% -
HSV(B) 94.02º 0.45% 0.85% -
XYZ 43.1 58.66 26.82 -
YUV 189.5 88.78 108.39 -
System Red Green Blue C M Y K H S L
Decimal 162 217 120 0.25 0 0.45 0.15 94.02 0.56 0.66
Hex A2 D9 78 19 0 2D F 5E 38 42
Octal 242 331 170 31 0 55 17 136 70 102
Binary 10100010 11011001 1111000 11001 0 101101 1111 1011110 111000 1000010

Color Harmonies of #A2D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D978

Black with #A2D978

Text Example


Text Example

White with #A2D978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D978; }

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

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

background-color css

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

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

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

border-color css

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

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

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