Html Css Color HEX #A1D16F Feijoa

📋 copy color: '#A1D16F'

red 161 ◦ green 209 ◦ blue 111

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

Shades of Feijoa #A1D16F

Tints of Feijoa #A1D16F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 111 (43.75% from 255) = 23.08%

R = 33.47%
G = 43.45%
B = 23.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A1D16F (or 0xA1D16F) is known color: Feijoa. HEX triplet: A1, D1 and 6F. RGB value is (161,209,111). Sum of RGB (Red+Green+Blue) = 161+209+111=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D16F is #5E2E90. Grayscale: #B7B7B7. Windows color (decimal): -6172305 or 7328161. OLE color: 7328161.

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

Color convert

RGB 161 209 111 -
CMYK 0.23 0 0.47 0.18
HSL 89.39º 0.52% 0.63% -
HSV(B) 89.39º 0.47% 0.82% -
XYZ 40.37 54.33 23.4 -
YUV 183.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 161 209 111 0.23 0 0.47 0.18 89.39 0.52 0.63
Hex A1 D1 6F 17 0 2F 12 59 34 3F
Octal 241 321 157 27 0 57 22 131 64 77
Binary 10100001 11010001 1101111 10111 0 101111 10010 1011001 110100 111111

Color Harmonies of #A1D16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D16F

Black with #A1D16F

Text Example


Text Example

White with #A1D16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D16F; }

 p { color: rgb(161,209,111); }

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

background-color css

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

 a { background-color: rgb(161,209,111); }

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

border-color css

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

 span { border-color: rgb(161,209,111); }

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