Html Css Color HEX #A2D27C Feijoa

📋 copy color: '#A2D27C'

red 162 ◦ green 210 ◦ blue 124

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

Shades of Feijoa #A2D27C

Tints of Feijoa #A2D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

 BLUE value IS 124 (48.83% from 255) = 25%

R = 32.66%
G = 42.34%
B = 25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#A2D27C (or 0xA2D27C) is known color: Feijoa. HEX triplet: A2, D2 and 7C. RGB value is (162,210,124). Sum of RGB (Red+Green+Blue) = 162+210+124=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D27C is #5D2D83. Grayscale: #BABABA. Windows color (decimal): -6106500 or 8180386. OLE color: 8180386.

HSL color Cylindrical-coordinate representation of color #A2D27C: hue angle of 93.49º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D27C is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 210 124 -
CMYK 0.23 0 0.41 0.18
HSL 93.49º 0.49% 0.65% -
HSV(B) 93.49º 0.41% 0.82% -
XYZ 41.58 55.23 27.54 -
YUV 185.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 162 210 124 0.23 0 0.41 0.18 93.49 0.49 0.65
Hex A2 D2 7C 17 0 29 12 5D 31 41
Octal 242 322 174 27 0 51 22 135 61 101
Binary 10100010 11010010 1111100 10111 0 101001 10010 1011101 110001 1000001

Color Harmonies of #A2D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D27C

Black with #A2D27C

Text Example


Text Example

White with #A2D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D27C; }

 p { color: rgb(162,210,124); }

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

background-color css

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

 a { background-color: rgb(162,210,124); }

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

border-color css

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

 span { border-color: rgb(162,210,124); }

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