Html Css Color HEX #A1DF76 Feijoa

📋 copy color: '#A1DF76'

red 161 ◦ green 223 ◦ blue 118

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

Shades of Feijoa #A1DF76

Tints of Feijoa #A1DF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 32.07%
G = 44.42%
B = 23.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#A1DF76 (or 0xA1DF76) is known color: Feijoa. HEX triplet: A1, DF and 76. RGB value is (161,223,118). Sum of RGB (Red+Green+Blue) = 161+223+118=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF76 is #5E2089. Grayscale: #C0C0C0. Windows color (decimal): -6168714 or 7790497. OLE color: 7790497.

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

Color convert

RGB 161 223 118 -
CMYK 0.28 0 0.47 0.13
HSL 95.43º 0.62% 0.67% -
HSV(B) 95.43º 0.47% 0.87% -
XYZ 44.36 61.66 26.7 -
YUV 192.49 85.96 105.54 -
System Red Green Blue C M Y K H S L
Decimal 161 223 118 0.28 0 0.47 0.13 95.43 0.62 0.67
Hex A1 DF 76 1C 0 2F D 5F 3E 43
Octal 241 337 166 34 0 57 15 137 76 103
Binary 10100001 11011111 1110110 11100 0 101111 1101 1011111 111110 1000011

Color Harmonies of #A1DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF76

Black with #A1DF76

Text Example


Text Example

White with #A1DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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