Html Css Color HEX #A7D380 Feijoa

📋 copy color: '#A7D380'

red 167 ◦ green 211 ◦ blue 128

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

Shades of Feijoa #A7D380

Tints of Feijoa #A7D380

RGB

 RED value IS 167 (65.63% from 255) = 33%

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

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

R = 33%
G = 41.7%
B = 25.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#A7D380 (or 0xA7D380) is known color: Feijoa. HEX triplet: A7, D3 and 80. RGB value is (167,211,128). Sum of RGB (Red+Green+Blue) = 167+211+128=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D380 is #582C7F. Grayscale: #BCBCBC. Windows color (decimal): -5778560 or 8442791. OLE color: 8442791.

HSL color Cylindrical-coordinate representation of color #A7D380: hue angle of 91.81º 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 #A7D380 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 211 128 -
CMYK 0.21 0 0.39 0.17
HSL 91.81º 0.49% 0.66% -
HSV(B) 91.81º 0.39% 0.83% -
XYZ 43.13 56.36 29.03 -
YUV 188.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 167 211 128 0.21 0 0.39 0.17 91.81 0.49 0.66
Hex A7 D3 80 15 0 27 11 5C 31 42
Octal 247 323 200 25 0 47 21 134 61 102
Binary 10100111 11010011 10000000 10101 0 100111 10001 1011100 110001 1000010

Color Harmonies of #A7D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D380

Black with #A7D380

Text Example


Text Example

White with #A7D380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D380; }

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

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

background-color css

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

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

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

border-color css

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

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

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