Html Css Color HEX #A2D57B Feijoa

📋 copy color: '#A2D57B'

red 162 ◦ green 213 ◦ blue 123

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

Shades of Feijoa #A2D57B

Tints of Feijoa #A2D57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 32.53%
G = 42.77%
B = 24.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#A2D57B (or 0xA2D57B) is known color: Feijoa. HEX triplet: A2, D5 and 7B. RGB value is (162,213,123). Sum of RGB (Red+Green+Blue) = 162+213+123=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D57B is #5D2A84. Grayscale: #BBBBBB. Windows color (decimal): -6105733 or 8115618. OLE color: 8115618.

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

Color convert

RGB 162 213 123 -
CMYK 0.24 0 0.42 0.16
HSL 94º 0.52% 0.66% -
HSV(B) 94º 0.42% 0.84% -
XYZ 42.27 56.7 27.46 -
YUV 187.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 162 213 123 0.24 0 0.42 0.16 94 0.52 0.66
Hex A2 D5 7B 18 0 2A 10 5E 34 42
Octal 242 325 173 30 0 52 20 136 64 102
Binary 10100010 11010101 1111011 11000 0 101010 10000 1011110 110100 1000010

Color Harmonies of #A2D57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D57B

Black with #A2D57B

Text Example


Text Example

White with #A2D57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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