Html Css Color HEX #A2D572 Feijoa

📋 copy color: '#A2D572'

red 162 ◦ green 213 ◦ blue 114

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

Shades of Feijoa #A2D572

Tints of Feijoa #A2D572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

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

R = 33.13%
G = 43.56%
B = 23.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A2D572 (or 0xA2D572) is known color: Feijoa. HEX triplet: A2, D5 and 72. RGB value is (162,213,114). Sum of RGB (Red+Green+Blue) = 162+213+114=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D572 is #5D2A8D. Grayscale: #BABABA. Windows color (decimal): -6105742 or 7525794. OLE color: 7525794.

HSL color Cylindrical-coordinate representation of color #A2D572: hue angle of 90.91º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2D572 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 114 -
CMYK 0.24 0 0.46 0.16
HSL 90.91º 0.54% 0.64% -
HSV(B) 90.91º 0.46% 0.84% -
XYZ 41.73 56.48 24.62 -
YUV 186.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 162 213 114 0.24 0 0.46 0.16 90.91 0.54 0.64
Hex A2 D5 72 18 0 2E 10 5B 36 40
Octal 242 325 162 30 0 56 20 133 66 100
Binary 10100010 11010101 1110010 11000 0 101110 10000 1011011 110110 1000000

Color Harmonies of #A2D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D572

Black with #A2D572

Text Example


Text Example

White with #A2D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D572; }

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

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

background-color css

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

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

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

border-color css

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

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

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