Html Css Color HEX #A8D480 Feijoa

📋 copy color: '#A8D480'

red 168 ◦ green 212 ◦ blue 128

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

Shades of Feijoa #A8D480

Tints of Feijoa #A8D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.73%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 33.07%
G = 41.73%
B = 25.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#A8D480 (or 0xA8D480) is known color: Feijoa. HEX triplet: A8, D4 and 80. RGB value is (168,212,128). Sum of RGB (Red+Green+Blue) = 168+212+128=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D480 is #572B7F. Grayscale: #BDBDBD. Windows color (decimal): -5712768 or 8443048. OLE color: 8443048.

HSL color Cylindrical-coordinate representation of color #A8D480: hue angle of 91.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D480 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 128 -
CMYK 0.21 0 0.40 0.17
HSL 91.43º 0.49% 0.67% -
HSV(B) 91.43º 0.4% 0.83% -
XYZ 43.59 56.97 29.12 -
YUV 189.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 168 212 128 0.21 0 0.40 0.17 91.43 0.49 0.67
Hex A8 D4 80 15 0 28 11 5B 31 43
Octal 250 324 200 25 0 50 21 133 61 103
Binary 10101000 11010100 10000000 10101 0 101000 10001 1011011 110001 1000011

Color Harmonies of #A8D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D480

Black with #A8D480

Text Example


Text Example

White with #A8D480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D480; }

 p { color: rgb(168,212,128); }

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

background-color css

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

 a { background-color: rgb(168,212,128); }

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

border-color css

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

 span { border-color: rgb(168,212,128); }

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