Html Css Color HEX #A2DF7D Feijoa

📋 copy color: '#A2DF7D'

red 162 ◦ green 223 ◦ blue 125

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

Shades of Feijoa #A2DF7D

Tints of Feijoa #A2DF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.51%

R = 31.76%
G = 43.73%
B = 24.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#A2DF7D (or 0xA2DF7D) is known color: Feijoa. HEX triplet: A2, DF and 7D. RGB value is (162,223,125). Sum of RGB (Red+Green+Blue) = 162+223+125=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF7D is #5D2082. Grayscale: #C1C1C1. Windows color (decimal): -6103171 or 8249250. OLE color: 8249250.

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

Color convert

RGB 162 223 125 -
CMYK 0.27 0 0.44 0.13
HSL 97.35º 0.6% 0.68% -
HSV(B) 97.35º 0.44% 0.87% -
XYZ 44.99 61.94 28.99 -
YUV 193.59 89.29 105.47 -
System Red Green Blue C M Y K H S L
Decimal 162 223 125 0.27 0 0.44 0.13 97.35 0.6 0.68
Hex A2 DF 7D 1B 0 2C D 61 3C 44
Octal 242 337 175 33 0 54 15 141 74 104
Binary 10100010 11011111 1111101 11011 0 101100 1101 1100001 111100 1000100

Color Harmonies of #A2DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF7D

Black with #A2DF7D

Text Example


Text Example

White with #A2DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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