Html Css Color HEX #A8D380 Feijoa

📋 copy color: '#A8D380'

red 168 ◦ green 211 ◦ blue 128

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

Shades of Feijoa #A8D380

Tints of Feijoa #A8D380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

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

R = 33.14%
G = 41.62%
B = 25.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#A8D380 (or 0xA8D380) is known color: Feijoa. HEX triplet: A8, D3 and 80. RGB value is (168,211,128). Sum of RGB (Red+Green+Blue) = 168+211+128=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D380 is #572C7F. Grayscale: #BCBCBC. Windows color (decimal): -5713024 or 8442792. OLE color: 8442792.

HSL color Cylindrical-coordinate representation of color #A8D380: hue angle of 91.08º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D380 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 128 -
CMYK 0.20 0 0.39 0.17
HSL 91.08º 0.49% 0.66% -
HSV(B) 91.08º 0.39% 0.83% -
XYZ 43.34 56.47 29.04 -
YUV 188.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 168 211 128 0.20 0 0.39 0.17 91.08 0.49 0.66
Hex A8 D3 80 14 0 27 11 5B 31 42
Octal 250 323 200 24 0 47 21 133 61 102
Binary 10101000 11010011 10000000 10100 0 100111 10001 1011011 110001 1000010

Color Harmonies of #A8D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D380

Black with #A8D380

Text Example


Text Example

White with #A8D380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D380; }

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

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

background-color css

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

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

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

border-color css

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

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

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