Html Css Color HEX #A4DC75 Feijoa

📋 copy color: '#A4DC75'

red 164 ◦ green 220 ◦ blue 117

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

Shades of Feijoa #A4DC75

Tints of Feijoa #A4DC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 32.73%
G = 43.91%
B = 23.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A4DC75 (or 0xA4DC75) is known color: Feijoa. HEX triplet: A4, DC and 75. RGB value is (164,220,117). Sum of RGB (Red+Green+Blue) = 164+220+117=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC75 is #5B238A. Grayscale: #BFBFBF. Windows color (decimal): -5972875 or 7724196. OLE color: 7724196.

HSL color Cylindrical-coordinate representation of color #A4DC75: hue angle of 92.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4DC75 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 117 -
CMYK 0.25 0 0.47 0.14
HSL 92.62º 0.6% 0.66% -
HSV(B) 92.62º 0.47% 0.86% -
XYZ 44.11 60.36 26.16 -
YUV 191.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 164 220 117 0.25 0 0.47 0.14 92.62 0.6 0.66
Hex A4 DC 75 19 0 2F E 5D 3C 42
Octal 244 334 165 31 0 57 16 135 74 102
Binary 10100100 11011100 1110101 11001 0 101111 1110 1011101 111100 1000010

Color Harmonies of #A4DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC75

Black with #A4DC75

Text Example


Text Example

White with #A4DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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