Html Css Color HEX #A2D578 Feijoa

📋 copy color: '#A2D578'

red 162 ◦ green 213 ◦ blue 120

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

Shades of Feijoa #A2D578

Tints of Feijoa #A2D578

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 32.73%
G = 43.03%
B = 24.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A2D578 (or 0xA2D578) is known color: Feijoa. HEX triplet: A2, D5 and 78. RGB value is (162,213,120). Sum of RGB (Red+Green+Blue) = 162+213+120=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D578 is #5D2A87. Grayscale: #BBBBBB. Windows color (decimal): -6105736 or 7919010. OLE color: 7919010.

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

Color convert

RGB 162 213 120 -
CMYK 0.24 0 0.44 0.16
HSL 92.9º 0.53% 0.65% -
HSV(B) 92.9º 0.44% 0.84% -
XYZ 42.08 56.63 26.48 -
YUV 187.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 162 213 120 0.24 0 0.44 0.16 92.9 0.53 0.65
Hex A2 D5 78 18 0 2C 10 5D 35 41
Octal 242 325 170 30 0 54 20 135 65 101
Binary 10100010 11010101 1111000 11000 0 101100 10000 1011101 110101 1000001

Color Harmonies of #A2D578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D578

Black with #A2D578

Text Example


Text Example

White with #A2D578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D578; }

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

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

background-color css

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

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

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

border-color css

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

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

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