Html Css Color HEX #A2D772 Feijoa

📋 copy color: '#A2D772'

red 162 ◦ green 215 ◦ blue 114

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

Shades of Feijoa #A2D772

Tints of Feijoa #A2D772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

 BLUE value IS 114 (44.92% from 255) = 23.22%

R = 32.99%
G = 43.79%
B = 23.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#A2D772 (or 0xA2D772) is known color: Feijoa. HEX triplet: A2, D7 and 72. RGB value is (162,215,114). Sum of RGB (Red+Green+Blue) = 162+215+114=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D772 is #5D288D. Grayscale: #BBBBBB. Windows color (decimal): -6105230 or 7526306. OLE color: 7526306.

HSL color Cylindrical-coordinate representation of color #A2D772: hue angle of 91.49º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2D772 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 114 -
CMYK 0.25 0 0.47 0.16
HSL 91.49º 0.56% 0.65% -
HSV(B) 91.49º 0.47% 0.84% -
XYZ 42.24 57.5 24.79 -
YUV 187.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 162 215 114 0.25 0 0.47 0.16 91.49 0.56 0.65
Hex A2 D7 72 19 0 2F 10 5B 38 41
Octal 242 327 162 31 0 57 20 133 70 101
Binary 10100010 11010111 1110010 11001 0 101111 10000 1011011 111000 1000001

Color Harmonies of #A2D772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D772

Black with #A2D772

Text Example


Text Example

White with #A2D772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D772; }

 p { color: rgb(162,215,114); }

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

background-color css

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

 a { background-color: rgb(162,215,114); }

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

border-color css

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

 span { border-color: rgb(162,215,114); }

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