Html Css Color HEX #A1D46C Feijoa

📋 copy color: '#A1D46C'

red 161 ◦ green 212 ◦ blue 108

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

Shades of Feijoa #A1D46C

Tints of Feijoa #A1D46C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.07%

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

R = 33.47%
G = 44.07%
B = 22.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#A1D46C (or 0xA1D46C) is known color: Feijoa. HEX triplet: A1, D4 and 6C. RGB value is (161,212,108). Sum of RGB (Red+Green+Blue) = 161+212+108=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D46C is #5E2B93. Grayscale: #B9B9B9. Windows color (decimal): -6171540 or 7132321. OLE color: 7132321.

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

Color convert

RGB 161 212 108 -
CMYK 0.24 0 0.49 0.17
HSL 89.42º 0.55% 0.63% -
HSV(B) 89.42º 0.49% 0.83% -
XYZ 40.95 55.75 22.79 -
YUV 184.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 161 212 108 0.24 0 0.49 0.17 89.42 0.55 0.63
Hex A1 D4 6C 18 0 31 11 59 37 3F
Octal 241 324 154 30 0 61 21 131 67 77
Binary 10100001 11010100 1101100 11000 0 110001 10001 1011001 110111 111111

Color Harmonies of #A1D46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D46C

Black with #A1D46C

Text Example


Text Example

White with #A1D46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D46C; }

 p { color: rgb(161,212,108); }

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

background-color css

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

 a { background-color: rgb(161,212,108); }

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

border-color css

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

 span { border-color: rgb(161,212,108); }

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