Html Css Color HEX #A2DC7D Feijoa

📋 copy color: '#A2DC7D'

red 162 ◦ green 220 ◦ blue 125

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

Shades of Feijoa #A2DC7D

Tints of Feijoa #A2DC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

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

R = 31.95%
G = 43.39%
B = 24.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#A2DC7D (or 0xA2DC7D) is known color: Feijoa. HEX triplet: A2, DC and 7D. RGB value is (162,220,125). Sum of RGB (Red+Green+Blue) = 162+220+125=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC7D is #5D2382. Grayscale: #C0C0C0. Windows color (decimal): -6103939 or 8248482. OLE color: 8248482.

HSL color Cylindrical-coordinate representation of color #A2DC7D: hue angle of 96.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DC7D is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 220 125 -
CMYK 0.26 0 0.43 0.14
HSL 96.63º 0.58% 0.68% -
HSV(B) 96.63º 0.43% 0.86% -
XYZ 44.2 60.35 28.72 -
YUV 191.83 90.28 106.72 -
System Red Green Blue C M Y K H S L
Decimal 162 220 125 0.26 0 0.43 0.14 96.63 0.58 0.68
Hex A2 DC 7D 1A 0 2B E 61 3A 44
Octal 242 334 175 32 0 53 16 141 72 104
Binary 10100010 11011100 1111101 11010 0 101011 1110 1100001 111010 1000100

Color Harmonies of #A2DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC7D

Black with #A2DC7D

Text Example


Text Example

White with #A2DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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