Html Css Color HEX #A4DF82 Feijoa

📋 copy color: '#A4DF82'

red 164 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #A4DF82

Tints of Feijoa #A4DF82

RGB

 RED value IS 164 (64.45% from 255) = 31.72%

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

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

R = 31.72%
G = 43.13%
B = 25.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A4DF82 (or 0xA4DF82) is known color: Feijoa. HEX triplet: A4, DF and 82. RGB value is (164,223,130). Sum of RGB (Red+Green+Blue) = 164+223+130=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DF82 is #5B207D. Grayscale: #C3C3C3. Windows color (decimal): -5972094 or 8576932. OLE color: 8576932.

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

Color convert

RGB 164 223 130 -
CMYK 0.26 0 0.42 0.13
HSL 98.06º 0.59% 0.69% -
HSV(B) 98.06º 0.42% 0.87% -
XYZ 45.73 62.28 30.73 -
YUV 194.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 164 223 130 0.26 0 0.42 0.13 98.06 0.59 0.69
Hex A4 DF 82 1A 0 2A D 62 3B 45
Octal 244 337 202 32 0 52 15 142 73 105
Binary 10100100 11011111 10000010 11010 0 101010 1101 1100010 111011 1000101

Color Harmonies of #A4DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF82

Black with #A4DF82

Text Example


Text Example

White with #A4DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF82; }

 p { color: rgb(164,223,130); }

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

background-color css

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

 a { background-color: rgb(164,223,130); }

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

border-color css

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

 span { border-color: rgb(164,223,130); }

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