Html Css Color HEX #A1DF83 Feijoa

📋 copy color: '#A1DF83'

red 161 ◦ green 223 ◦ blue 131

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

Shades of Feijoa #A1DF83

Tints of Feijoa #A1DF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.44%

R = 31.26%
G = 43.3%
B = 25.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#A1DF83 (or 0xA1DF83) is known color: Feijoa. HEX triplet: A1, DF and 83. RGB value is (161,223,131). Sum of RGB (Red+Green+Blue) = 161+223+131=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF83 is #5E207C. Grayscale: #C2C2C2. Windows color (decimal): -6168701 or 8642465. OLE color: 8642465.

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

Color convert

RGB 161 223 131 -
CMYK 0.28 0 0.41 0.13
HSL 100.43º 0.59% 0.69% -
HSV(B) 100.43º 0.41% 0.87% -
XYZ 45.18 61.99 31.06 -
YUV 193.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 161 223 131 0.28 0 0.41 0.13 100.43 0.59 0.69
Hex A1 DF 83 1C 0 29 D 64 3B 45
Octal 241 337 203 34 0 51 15 144 73 105
Binary 10100001 11011111 10000011 11100 0 101001 1101 1100100 111011 1000101

Color Harmonies of #A1DF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF83

Black with #A1DF83

Text Example


Text Example

White with #A1DF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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