Html Css Color HEX #A2D775 Feijoa

📋 copy color: '#A2D775'

red 162 ◦ green 215 ◦ blue 117

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

Shades of Feijoa #A2D775

Tints of Feijoa #A2D775

RGB

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

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

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

R = 32.79%
G = 43.52%
B = 23.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A2D775 (or 0xA2D775) is known color: Feijoa. HEX triplet: A2, D7 and 75. RGB value is (162,215,117). Sum of RGB (Red+Green+Blue) = 162+215+117=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D775 is #5D288A. Grayscale: #BCBCBC. Windows color (decimal): -6105227 or 7722914. OLE color: 7722914.

HSL color Cylindrical-coordinate representation of color #A2D775: hue angle of 92.45º degrees, saturation: 0.55, 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 #A2D775 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 117 -
CMYK 0.25 0 0.46 0.16
HSL 92.45º 0.55% 0.65% -
HSV(B) 92.45º 0.46% 0.84% -
XYZ 42.41 57.57 25.71 -
YUV 187.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 162 215 117 0.25 0 0.46 0.16 92.45 0.55 0.65
Hex A2 D7 75 19 0 2E 10 5C 37 41
Octal 242 327 165 31 0 56 20 134 67 101
Binary 10100010 11010111 1110101 11001 0 101110 10000 1011100 110111 1000001

Color Harmonies of #A2D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D775

Black with #A2D775

Text Example


Text Example

White with #A2D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D775; }

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

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

background-color css

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

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

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

border-color css

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

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

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