Html Css Color HEX #A2D382 Feijoa

📋 copy color: '#A2D382'

red 162 ◦ green 211 ◦ blue 130

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

Shades of Feijoa #A2D382

Tints of Feijoa #A2D382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 32.21%
G = 41.95%
B = 25.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#A2D382 (or 0xA2D382) is known color: Feijoa. HEX triplet: A2, D3 and 82. RGB value is (162,211,130). Sum of RGB (Red+Green+Blue) = 162+211+130=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D382 is #5D2C7D. Grayscale: #BBBBBB. Windows color (decimal): -6106238 or 8573858. OLE color: 8573858.

HSL color Cylindrical-coordinate representation of color #A2D382: hue angle of 96.3º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2D382 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 162 211 130 -
CMYK 0.23 0 0.38 0.17
HSL 96.3º 0.48% 0.67% -
HSV(B) 96.3º 0.38% 0.83% -
XYZ 42.22 55.88 29.68 -
YUV 187.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 162 211 130 0.23 0 0.38 0.17 96.3 0.48 0.67
Hex A2 D3 82 17 0 26 11 60 30 43
Octal 242 323 202 27 0 46 21 140 60 103
Binary 10100010 11010011 10000010 10111 0 100110 10001 1100000 110000 1000011

Color Harmonies of #A2D382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D382

Black with #A2D382

Text Example


Text Example

White with #A2D382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D382; }

 p { color: rgb(162,211,130); }

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

background-color css

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

 a { background-color: rgb(162,211,130); }

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

border-color css

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

 span { border-color: rgb(162,211,130); }

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