Html Css Color HEX #A2D475 Feijoa

📋 copy color: '#A2D475'

red 162 ◦ green 212 ◦ blue 117

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

Shades of Feijoa #A2D475

Tints of Feijoa #A2D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 32.99%
G = 43.18%
B = 23.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#A2D475 (or 0xA2D475) is known color: Feijoa. HEX triplet: A2, D4 and 75. RGB value is (162,212,117). Sum of RGB (Red+Green+Blue) = 162+212+117=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D475 is #5D2B8A. Grayscale: #BABABA. Windows color (decimal): -6105995 or 7722146. OLE color: 7722146.

HSL color Cylindrical-coordinate representation of color #A2D475: hue angle of 91.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D475 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 212 117 -
CMYK 0.24 0 0.45 0.17
HSL 91.58º 0.52% 0.65% -
HSV(B) 91.58º 0.45% 0.83% -
XYZ 41.65 56.05 25.45 -
YUV 186.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 162 212 117 0.24 0 0.45 0.17 91.58 0.52 0.65
Hex A2 D4 75 18 0 2D 11 5C 34 41
Octal 242 324 165 30 0 55 21 134 64 101
Binary 10100010 11010100 1110101 11000 0 101101 10001 1011100 110100 1000001

Color Harmonies of #A2D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D475

Black with #A2D475

Text Example


Text Example

White with #A2D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D475; }

 p { color: rgb(162,212,117); }

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

background-color css

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

 a { background-color: rgb(162,212,117); }

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

border-color css

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

 span { border-color: rgb(162,212,117); }

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