Html Css Color HEX #A2D574 Feijoa

📋 copy color: '#A2D574'

red 162 ◦ green 213 ◦ blue 116

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

Shades of Feijoa #A2D574

Tints of Feijoa #A2D574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 32.99%
G = 43.38%
B = 23.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A2D574 (or 0xA2D574) is known color: Feijoa. HEX triplet: A2, D5 and 74. RGB value is (162,213,116). Sum of RGB (Red+Green+Blue) = 162+213+116=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D574 is #5D2A8B. Grayscale: #BBBBBB. Windows color (decimal): -6105740 or 7656866. OLE color: 7656866.

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

Color convert

RGB 162 213 116 -
CMYK 0.24 0 0.46 0.16
HSL 91.55º 0.54% 0.65% -
HSV(B) 91.55º 0.46% 0.84% -
XYZ 41.85 56.53 25.23 -
YUV 186.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 162 213 116 0.24 0 0.46 0.16 91.55 0.54 0.65
Hex A2 D5 74 18 0 2E 10 5C 36 41
Octal 242 325 164 30 0 56 20 134 66 101
Binary 10100010 11010101 1110100 11000 0 101110 10000 1011100 110110 1000001

Color Harmonies of #A2D574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D574

Black with #A2D574

Text Example


Text Example

White with #A2D574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D574; }

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

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

background-color css

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

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

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

border-color css

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

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

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