Html Css Color HEX #A1D27D Feijoa

📋 copy color: '#A1D27D'

red 161 ◦ green 210 ◦ blue 125

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

Shades of Feijoa #A1D27D

Tints of Feijoa #A1D27D

RGB

 RED value IS 161 (63.28% from 255) = 32.46%

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

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 32.46%
G = 42.34%
B = 25.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#A1D27D (or 0xA1D27D) is known color: Feijoa. HEX triplet: A1, D2 and 7D. RGB value is (161,210,125). Sum of RGB (Red+Green+Blue) = 161+210+125=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D27D is #5E2D82. Grayscale: #B9B9B9. Windows color (decimal): -6172035 or 8245921. OLE color: 8245921.

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

Color convert

RGB 161 210 125 -
CMYK 0.23 0 0.40 0.18
HSL 94.59º 0.49% 0.66% -
HSV(B) 94.59º 0.4% 0.82% -
XYZ 41.45 55.15 27.86 -
YUV 185.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 161 210 125 0.23 0 0.40 0.18 94.59 0.49 0.66
Hex A1 D2 7D 17 0 28 12 5F 31 42
Octal 241 322 175 27 0 50 22 137 61 102
Binary 10100001 11010010 1111101 10111 0 101000 10010 1011111 110001 1000010

Color Harmonies of #A1D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D27D

Black with #A1D27D

Text Example


Text Example

White with #A1D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D27D; }

 p { color: rgb(161,210,125); }

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

background-color css

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

 a { background-color: rgb(161,210,125); }

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

border-color css

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

 span { border-color: rgb(161,210,125); }

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