Html Css Color HEX #A1DF6B Feijoa

📋 copy color: '#A1DF6B'

red 161 ◦ green 223 ◦ blue 107

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

Shades of Feijoa #A1DF6B

Tints of Feijoa #A1DF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 32.79%
G = 45.42%
B = 21.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#A1DF6B (or 0xA1DF6B) is known color: Feijoa. HEX triplet: A1, DF and 6B. RGB value is (161,223,107). Sum of RGB (Red+Green+Blue) = 161+223+107=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF6B is #5E2094. Grayscale: #BFBFBF. Windows color (decimal): -6168725 or 7069601. OLE color: 7069601.

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

Color convert

RGB 161 223 107 -
CMYK 0.28 0 0.52 0.13
HSL 92.07º 0.64% 0.65% -
HSV(B) 92.07º 0.52% 0.87% -
XYZ 43.74 61.41 23.46 -
YUV 191.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 161 223 107 0.28 0 0.52 0.13 92.07 0.64 0.65
Hex A1 DF 6B 1C 0 34 D 5C 40 41
Octal 241 337 153 34 0 64 15 134 100 101
Binary 10100001 11011111 1101011 11100 0 110100 1101 1011100 1000000 1000001

Color Harmonies of #A1DF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF6B

Black with #A1DF6B

Text Example


Text Example

White with #A1DF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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