Html Css Color HEX #A2D782 Feijoa

📋 copy color: '#A2D782'

red 162 ◦ green 215 ◦ blue 130

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

Shades of Feijoa #A2D782

Tints of Feijoa #A2D782

RGB

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

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

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

R = 31.95%
G = 42.41%
B = 25.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#A2D782 (or 0xA2D782) is known color: Feijoa. HEX triplet: A2, D7 and 82. RGB value is (162,215,130). Sum of RGB (Red+Green+Blue) = 162+215+130=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D782 is #5D287D. Grayscale: #BDBDBD. Windows color (decimal): -6105214 or 8574882. OLE color: 8574882.

HSL color Cylindrical-coordinate representation of color #A2D782: hue angle of 97.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D782 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 130 -
CMYK 0.25 0 0.40 0.16
HSL 97.41º 0.52% 0.68% -
HSV(B) 97.41º 0.4% 0.84% -
XYZ 43.23 57.89 30.02 -
YUV 189.46 94.44 108.41 -
System Red Green Blue C M Y K H S L
Decimal 162 215 130 0.25 0 0.40 0.16 97.41 0.52 0.68
Hex A2 D7 82 19 0 28 10 61 34 44
Octal 242 327 202 31 0 50 20 141 64 104
Binary 10100010 11010111 10000010 11001 0 101000 10000 1100001 110100 1000100

Color Harmonies of #A2D782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D782

Black with #A2D782

Text Example


Text Example

White with #A2D782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D782; }

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

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

background-color css

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

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

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

border-color css

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

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

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