Html Css Color HEX #A1DF74 Feijoa

📋 copy color: '#A1DF74'

red 161 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #A1DF74

Tints of Feijoa #A1DF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 32.2%
G = 44.6%
B = 23.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A1DF74 (or 0xA1DF74) is known color: Feijoa. HEX triplet: A1, DF and 74. RGB value is (161,223,116). Sum of RGB (Red+Green+Blue) = 161+223+116=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF74 is #5E208B. Grayscale: #C0C0C0. Windows color (decimal): -6168716 or 7659425. OLE color: 7659425.

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

Color convert

RGB 161 223 116 -
CMYK 0.28 0 0.48 0.13
HSL 94.77º 0.63% 0.66% -
HSV(B) 94.77º 0.48% 0.87% -
XYZ 44.24 61.61 26.08 -
YUV 192.26 84.96 105.7 -
System Red Green Blue C M Y K H S L
Decimal 161 223 116 0.28 0 0.48 0.13 94.77 0.63 0.66
Hex A1 DF 74 1C 0 30 D 5F 3F 42
Octal 241 337 164 34 0 60 15 137 77 102
Binary 10100001 11011111 1110100 11100 0 110000 1101 1011111 111111 1000010

Color Harmonies of #A1DF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF74

Black with #A1DF74

Text Example


Text Example

White with #A1DF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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