Html Css Color HEX #A2D56C Feijoa

📋 copy color: '#A2D56C'

red 162 ◦ green 213 ◦ blue 108

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

Shades of Feijoa #A2D56C

Tints of Feijoa #A2D56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 33.54%
G = 44.1%
B = 22.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#A2D56C (or 0xA2D56C) is known color: Feijoa. HEX triplet: A2, D5 and 6C. RGB value is (162,213,108). Sum of RGB (Red+Green+Blue) = 162+213+108=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D56C is #5D2A93. Grayscale: #BABABA. Windows color (decimal): -6105748 or 7132578. OLE color: 7132578.

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

Color convert

RGB 162 213 108 -
CMYK 0.24 0 0.49 0.16
HSL 89.14º 0.56% 0.63% -
HSV(B) 89.14º 0.49% 0.84% -
XYZ 41.4 56.35 22.88 -
YUV 185.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 162 213 108 0.24 0 0.49 0.16 89.14 0.56 0.63
Hex A2 D5 6C 18 0 31 10 59 38 3F
Octal 242 325 154 30 0 61 20 131 70 77
Binary 10100010 11010101 1101100 11000 0 110001 10000 1011001 111000 111111

Color Harmonies of #A2D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D56C

Black with #A2D56C

Text Example


Text Example

White with #A2D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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