Html Css Color HEX #A2DE8A Feijoa

📋 copy color: '#A2DE8A'

red 162 ◦ green 222 ◦ blue 138

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

Shades of Feijoa #A2DE8A

Tints of Feijoa #A2DE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.53%

 BLUE value IS 138 (54.3% from 255) = 26.44%

R = 31.03%
G = 42.53%
B = 26.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#A2DE8A (or 0xA2DE8A) is known color: Feijoa. HEX triplet: A2, DE and 8A. RGB value is (162,222,138). Sum of RGB (Red+Green+Blue) = 162+222+138=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DE8A is #5D2175. Grayscale: #C2C2C2. Windows color (decimal): -6103414 or 9100962. OLE color: 9100962.

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

Color convert

RGB 162 222 138 -
CMYK 0.27 0 0.38 0.13
HSL 102.86º 0.56% 0.71% -
HSV(B) 102.86º 0.38% 0.87% -
XYZ 45.61 61.76 33.56 -
YUV 194.48 96.12 104.83 -
System Red Green Blue C M Y K H S L
Decimal 162 222 138 0.27 0 0.38 0.13 102.86 0.56 0.71
Hex A2 DE 8A 1B 0 26 D 67 38 47
Octal 242 336 212 33 0 46 15 147 70 107
Binary 10100010 11011110 10001010 11011 0 100110 1101 1100111 111000 1000111

Color Harmonies of #A2DE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DE8A

Black with #A2DE8A

Text Example


Text Example

White with #A2DE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DE8A; }

 p { color: rgb(162,222,138); }

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

background-color css

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

 a { background-color: rgb(162,222,138); }

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

border-color css

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

 span { border-color: rgb(162,222,138); }

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