Html Css Color HEX #A1D982 Feijoa

📋 copy color: '#A1D982'

red 161 ◦ green 217 ◦ blue 130

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

Shades of Feijoa #A1D982

Tints of Feijoa #A1D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 31.69%
G = 42.72%
B = 25.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A1D982 (or 0xA1D982) is known color: Feijoa. HEX triplet: A1, D9 and 82. RGB value is (161,217,130). Sum of RGB (Red+Green+Blue) = 161+217+130=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D982 is #5E267D. Grayscale: #BEBEBE. Windows color (decimal): -6170238 or 8575393. OLE color: 8575393.

HSL color Cylindrical-coordinate representation of color #A1D982: hue angle of 98.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1D982 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 130 -
CMYK 0.26 0 0.40 0.15
HSL 98.62º 0.53% 0.68% -
HSV(B) 98.62º 0.4% 0.85% -
XYZ 43.54 58.81 30.18 -
YUV 190.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 161 217 130 0.26 0 0.40 0.15 98.62 0.53 0.68
Hex A1 D9 82 1A 0 28 F 63 35 44
Octal 241 331 202 32 0 50 17 143 65 104
Binary 10100001 11011001 10000010 11010 0 101000 1111 1100011 110101 1000100

Color Harmonies of #A1D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D982

Black with #A1D982

Text Example


Text Example

White with #A1D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D982; }

 p { color: rgb(161,217,130); }

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

background-color css

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

 a { background-color: rgb(161,217,130); }

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

border-color css

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

 span { border-color: rgb(161,217,130); }

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