Html Css Color HEX #A2DD85 Feijoa

📋 copy color: '#A2DD85'

red 162 ◦ green 221 ◦ blue 133

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

Shades of Feijoa #A2DD85

Tints of Feijoa #A2DD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 31.4%
G = 42.83%
B = 25.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#A2DD85 (or 0xA2DD85) is known color: Feijoa. HEX triplet: A2, DD and 85. RGB value is (162,221,133). Sum of RGB (Red+Green+Blue) = 162+221+133=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD85 is #5D227A. Grayscale: #C1C1C1. Windows color (decimal): -6103675 or 8773026. OLE color: 8773026.

HSL color Cylindrical-coordinate representation of color #A2DD85: hue angle of 100.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2DD85 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 133 -
CMYK 0.27 0 0.40 0.13
HSL 100.23º 0.56% 0.69% -
HSV(B) 100.23º 0.4% 0.87% -
XYZ 44.99 61.09 31.61 -
YUV 193.33 93.95 105.66 -
System Red Green Blue C M Y K H S L
Decimal 162 221 133 0.27 0 0.40 0.13 100.23 0.56 0.69
Hex A2 DD 85 1B 0 28 D 64 38 45
Octal 242 335 205 33 0 50 15 144 70 105
Binary 10100010 11011101 10000101 11011 0 101000 1101 1100100 111000 1000101

Color Harmonies of #A2DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD85

Black with #A2DD85

Text Example


Text Example

White with #A2DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD85; }

 p { color: rgb(162,221,133); }

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

background-color css

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

 a { background-color: rgb(162,221,133); }

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

border-color css

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

 span { border-color: rgb(162,221,133); }

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