Html Css Color HEX #A2DF7E Feijoa

📋 copy color: '#A2DF7E'

red 162 ◦ green 223 ◦ blue 126

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

Shades of Feijoa #A2DF7E

Tints of Feijoa #A2DF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 31.7%
G = 43.64%
B = 24.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A2DF7E (or 0xA2DF7E) is known color: Feijoa. HEX triplet: A2, DF and 7E. RGB value is (162,223,126). Sum of RGB (Red+Green+Blue) = 162+223+126=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF7E is #5D2081. Grayscale: #C2C2C2. Windows color (decimal): -6103170 or 8314786. OLE color: 8314786.

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

Color convert

RGB 162 223 126 -
CMYK 0.27 0 0.43 0.13
HSL 97.73º 0.6% 0.68% -
HSV(B) 97.73º 0.43% 0.87% -
XYZ 45.05 61.96 29.32 -
YUV 193.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 162 223 126 0.27 0 0.43 0.13 97.73 0.6 0.68
Hex A2 DF 7E 1B 0 2B D 62 3C 44
Octal 242 337 176 33 0 53 15 142 74 104
Binary 10100010 11011111 1111110 11011 0 101011 1101 1100010 111100 1000100

Color Harmonies of #A2DF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF7E

Black with #A2DF7E

Text Example


Text Example

White with #A2DF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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