Html Css Color HEX #A8DB82 Feijoa

📋 copy color: '#A8DB82'

red 168 ◦ green 219 ◦ blue 130

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

Shades of Feijoa #A8DB82

Tints of Feijoa #A8DB82

RGB

 RED value IS 168 (66.02% from 255) = 32.5%

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 32.5%
G = 42.36%
B = 25.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#A8DB82 (or 0xA8DB82) is known color: Feijoa. HEX triplet: A8, DB and 82. RGB value is (168,219,130). Sum of RGB (Red+Green+Blue) = 168+219+130=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB82 is #57247D. Grayscale: #C1C1C1. Windows color (decimal): -5710974 or 8575912. OLE color: 8575912.

HSL color Cylindrical-coordinate representation of color #A8DB82: hue angle of 94.38º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8DB82 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 130 -
CMYK 0.23 0 0.41 0.14
HSL 94.38º 0.55% 0.68% -
HSV(B) 94.38º 0.41% 0.86% -
XYZ 45.51 60.6 30.42 -
YUV 193.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 168 219 130 0.23 0 0.41 0.14 94.38 0.55 0.68
Hex A8 DB 82 17 0 29 E 5E 37 44
Octal 250 333 202 27 0 51 16 136 67 104
Binary 10101000 11011011 10000010 10111 0 101001 1110 1011110 110111 1000100

Color Harmonies of #A8DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB82

Black with #A8DB82

Text Example


Text Example

White with #A8DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB82; }

 p { color: rgb(168,219,130); }

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

background-color css

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

 a { background-color: rgb(168,219,130); }

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

border-color css

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

 span { border-color: rgb(168,219,130); }

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