Html Css Color HEX #A1DF6F Feijoa

📋 copy color: '#A1DF6F'

red 161 ◦ green 223 ◦ blue 111

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

Shades of Feijoa #A1DF6F

Tints of Feijoa #A1DF6F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

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

R = 32.53%
G = 45.05%
B = 22.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#A1DF6F (or 0xA1DF6F) is known color: Feijoa. HEX triplet: A1, DF and 6F. RGB value is (161,223,111). Sum of RGB (Red+Green+Blue) = 161+223+111=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF6F is #5E2090. Grayscale: #C0C0C0. Windows color (decimal): -6168721 or 7331745. OLE color: 7331745.

HSL color Cylindrical-coordinate representation of color #A1DF6F: hue angle of 93.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1DF6F is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 111 -
CMYK 0.28 0 0.50 0.13
HSL 93.21º 0.64% 0.65% -
HSV(B) 93.21º 0.5% 0.87% -
XYZ 43.95 61.5 24.59 -
YUV 191.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 161 223 111 0.28 0 0.50 0.13 93.21 0.64 0.65
Hex A1 DF 6F 1C 0 32 D 5D 40 41
Octal 241 337 157 34 0 62 15 135 100 101
Binary 10100001 11011111 1101111 11100 0 110010 1101 1011101 1000000 1000001

Color Harmonies of #A1DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF6F

Black with #A1DF6F

Text Example


Text Example

White with #A1DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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