Html Css Color HEX #A4DC83 Feijoa

📋 copy color: '#A4DC83'

red 164 ◦ green 220 ◦ blue 131

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

Shades of Feijoa #A4DC83

Tints of Feijoa #A4DC83

RGB

 RED value IS 164 (64.45% from 255) = 31.84%

 GREEN value IS 220 (86.33% from 255) = 42.72%

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

R = 31.84%
G = 42.72%
B = 25.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A4DC83 (or 0xA4DC83) is known color: Feijoa. HEX triplet: A4, DC and 83. RGB value is (164,220,131). Sum of RGB (Red+Green+Blue) = 164+220+131=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC83 is #5B237C. Grayscale: #C1C1C1. Windows color (decimal): -5972861 or 8641700. OLE color: 8641700.

HSL color Cylindrical-coordinate representation of color #A4DC83: hue angle of 97.75º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4DC83 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 131 -
CMYK 0.25 0 0.40 0.14
HSL 97.75º 0.56% 0.69% -
HSV(B) 97.75º 0.4% 0.86% -
XYZ 45 60.72 30.82 -
YUV 193.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 164 220 131 0.25 0 0.40 0.14 97.75 0.56 0.69
Hex A4 DC 83 19 0 28 E 62 38 45
Octal 244 334 203 31 0 50 16 142 70 105
Binary 10100100 11011100 10000011 11001 0 101000 1110 1100010 111000 1000101

Color Harmonies of #A4DC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC83

Black with #A4DC83

Text Example


Text Example

White with #A4DC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC83; }

 p { color: rgb(164,220,131); }

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

background-color css

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

 a { background-color: rgb(164,220,131); }

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

border-color css

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

 span { border-color: rgb(164,220,131); }

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