Html Css Color HEX #A2DF82 Feijoa

📋 copy color: '#A2DF82'

red 162 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #A2DF82

Tints of Feijoa #A2DF82

RGB

 RED value IS 162 (63.67% from 255) = 31.46%

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

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

R = 31.46%
G = 43.3%
B = 25.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#A2DF82 (or 0xA2DF82) is known color: Feijoa. HEX triplet: A2, DF and 82. RGB value is (162,223,130). Sum of RGB (Red+Green+Blue) = 162+223+130=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF82 is #5D207D. Grayscale: #C2C2C2. Windows color (decimal): -6103166 or 8576930. OLE color: 8576930.

HSL color Cylindrical-coordinate representation of color #A2DF82: hue angle of 99.35º 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 #A2DF82 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 223 130 -
CMYK 0.27 0 0.42 0.13
HSL 99.35º 0.59% 0.69% -
HSV(B) 99.35º 0.42% 0.87% -
XYZ 45.32 62.07 30.71 -
YUV 194.16 91.79 105.06 -
System Red Green Blue C M Y K H S L
Decimal 162 223 130 0.27 0 0.42 0.13 99.35 0.59 0.69
Hex A2 DF 82 1B 0 2A D 63 3B 45
Octal 242 337 202 33 0 52 15 143 73 105
Binary 10100010 11011111 10000010 11011 0 101010 1101 1100011 111011 1000101

Color Harmonies of #A2DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF82

Black with #A2DF82

Text Example


Text Example

White with #A2DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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