Html Css Color HEX #A2D683 Feijoa

📋 copy color: '#A2D683'

red 162 ◦ green 214 ◦ blue 131

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

Shades of Feijoa #A2D683

Tints of Feijoa #A2D683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 31.95%
G = 42.21%
B = 25.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#A2D683 (or 0xA2D683) is known color: Feijoa. HEX triplet: A2, D6 and 83. RGB value is (162,214,131). Sum of RGB (Red+Green+Blue) = 162+214+131=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D683 is #5D297C. Grayscale: #BDBDBD. Windows color (decimal): -6105469 or 8640162. OLE color: 8640162.

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

Color convert

RGB 162 214 131 -
CMYK 0.24 0 0.39 0.16
HSL 97.59º 0.5% 0.68% -
HSV(B) 97.59º 0.39% 0.84% -
XYZ 43.04 57.41 30.29 -
YUV 188.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 162 214 131 0.24 0 0.39 0.16 97.59 0.5 0.68
Hex A2 D6 83 18 0 27 10 62 32 44
Octal 242 326 203 30 0 47 20 142 62 104
Binary 10100010 11010110 10000011 11000 0 100111 10000 1100010 110010 1000100

Color Harmonies of #A2D683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D683

Black with #A2D683

Text Example


Text Example

White with #A2D683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D683; }

 p { color: rgb(162,214,131); }

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

background-color css

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

 a { background-color: rgb(162,214,131); }

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

border-color css

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

 span { border-color: rgb(162,214,131); }

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