Html Css Color HEX #A2D076 Feijoa

📋 copy color: '#A2D076'

red 162 ◦ green 208 ◦ blue 118

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

Shades of Feijoa #A2D076

Tints of Feijoa #A2D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.62%

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 33.2%
G = 42.62%
B = 24.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#A2D076 (or 0xA2D076) is known color: Feijoa. HEX triplet: A2, D0 and 76. RGB value is (162,208,118). Sum of RGB (Red+Green+Blue) = 162+208+118=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D076 is #5D2F89. Grayscale: #B8B8B8. Windows color (decimal): -6107018 or 7786658. OLE color: 7786658.

HSL color Cylindrical-coordinate representation of color #A2D076: hue angle of 90.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D076 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 118 -
CMYK 0.22 0 0.43 0.18
HSL 90.67º 0.49% 0.64% -
HSV(B) 90.67º 0.43% 0.82% -
XYZ 40.73 54.1 25.44 -
YUV 183.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 162 208 118 0.22 0 0.43 0.18 90.67 0.49 0.64
Hex A2 D0 76 16 0 2B 12 5B 31 40
Octal 242 320 166 26 0 53 22 133 61 100
Binary 10100010 11010000 1110110 10110 0 101011 10010 1011011 110001 1000000

Color Harmonies of #A2D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D076

Black with #A2D076

Text Example


Text Example

White with #A2D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D076; }

 p { color: rgb(162,208,118); }

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

background-color css

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

 a { background-color: rgb(162,208,118); }

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

border-color css

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

 span { border-color: rgb(162,208,118); }

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