Html Css Color HEX #A4D975 Feijoa

📋 copy color: '#A4D975'

red 164 ◦ green 217 ◦ blue 117

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

Shades of Feijoa #A4D975

Tints of Feijoa #A4D975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

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

R = 32.93%
G = 43.57%
B = 23.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#A4D975 (or 0xA4D975) is known color: Feijoa. HEX triplet: A4, D9 and 75. RGB value is (164,217,117). Sum of RGB (Red+Green+Blue) = 164+217+117=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D975 is #5B268A. Grayscale: #BEBEBE. Windows color (decimal): -5973643 or 7723428. OLE color: 7723428.

HSL color Cylindrical-coordinate representation of color #A4D975: hue angle of 91.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4D975 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 217 117 -
CMYK 0.24 0 0.46 0.15
HSL 91.8º 0.57% 0.65% -
HSV(B) 91.8º 0.46% 0.85% -
XYZ 43.33 58.8 25.9 -
YUV 189.75 86.94 109.63 -
System Red Green Blue C M Y K H S L
Decimal 164 217 117 0.24 0 0.46 0.15 91.8 0.57 0.65
Hex A4 D9 75 18 0 2E F 5C 39 41
Octal 244 331 165 30 0 56 17 134 71 101
Binary 10100100 11011001 1110101 11000 0 101110 1111 1011100 111001 1000001

Color Harmonies of #A4D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D975

Black with #A4D975

Text Example


Text Example

White with #A4D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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