Html Css Color HEX #A2D175 Feijoa

📋 copy color: '#A2D175'

red 162 ◦ green 209 ◦ blue 117

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

Shades of Feijoa #A2D175

Tints of Feijoa #A2D175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

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

R = 33.2%
G = 42.83%
B = 23.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A2D175 (or 0xA2D175) is known color: Feijoa. HEX triplet: A2, D1 and 75. RGB value is (162,209,117). Sum of RGB (Red+Green+Blue) = 162+209+117=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D175 is #5D2E8A. Grayscale: #B8B8B8. Windows color (decimal): -6106763 or 7721378. OLE color: 7721378.

HSL color Cylindrical-coordinate representation of color #A2D175: hue angle of 90.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D175 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 117 -
CMYK 0.22 0 0.44 0.18
HSL 90.65º 0.5% 0.64% -
HSV(B) 90.65º 0.44% 0.82% -
XYZ 40.91 54.57 25.21 -
YUV 184.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 162 209 117 0.22 0 0.44 0.18 90.65 0.5 0.64
Hex A2 D1 75 16 0 2C 12 5B 32 40
Octal 242 321 165 26 0 54 22 133 62 100
Binary 10100010 11010001 1110101 10110 0 101100 10010 1011011 110010 1000000

Color Harmonies of #A2D175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D175

Black with #A2D175

Text Example


Text Example

White with #A2D175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D175; }

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

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

background-color css

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

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

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

border-color css

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

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

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