Html Css Color HEX #A1DF88 Feijoa

📋 copy color: '#A1DF88'

red 161 ◦ green 223 ◦ blue 136

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

Shades of Feijoa #A1DF88

Tints of Feijoa #A1DF88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 30.96%
G = 42.88%
B = 26.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#A1DF88 (or 0xA1DF88) is known color: Feijoa. HEX triplet: A1, DF and 88. RGB value is (161,223,136). Sum of RGB (Red+Green+Blue) = 161+223+136=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF88 is #5E2077. Grayscale: #C2C2C2. Windows color (decimal): -6168696 or 8970145. OLE color: 8970145.

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

Color convert

RGB 161 223 136 -
CMYK 0.28 0 0.39 0.13
HSL 102.76º 0.58% 0.7% -
HSV(B) 102.76º 0.39% 0.87% -
XYZ 45.53 62.13 32.89 -
YUV 194.54 94.96 104.07 -
System Red Green Blue C M Y K H S L
Decimal 161 223 136 0.28 0 0.39 0.13 102.76 0.58 0.7
Hex A1 DF 88 1C 0 27 D 67 3A 46
Octal 241 337 210 34 0 47 15 147 72 106
Binary 10100001 11011111 10001000 11100 0 100111 1101 1100111 111010 1000110

Color Harmonies of #A1DF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF88

Black with #A1DF88

Text Example


Text Example

White with #A1DF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF88; }

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

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

background-color css

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

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

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

border-color css

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

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

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