Html Css Color HEX #A4CD7F Feijoa

📋 copy color: '#A4CD7F'

red 164 ◦ green 205 ◦ blue 127

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

Shades of Feijoa #A4CD7F

Tints of Feijoa #A4CD7F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

 BLUE value IS 127 (50% from 255) = 25.6%

R = 33.06%
G = 41.33%
B = 25.6%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#A4CD7F (or 0xA4CD7F) is known color: Feijoa. HEX triplet: A4, CD and 7F. RGB value is (164,205,127). Sum of RGB (Red+Green+Blue) = 164+205+127=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CD7F is #5B3280. Grayscale: #B8B8B8. Windows color (decimal): -5976705 or 8375716. OLE color: 8375716.

HSL color Cylindrical-coordinate representation of color #A4CD7F: hue angle of 91.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4CD7F is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 205 127 -
CMYK 0.2 0 0.38 0.20
HSL 91.54º 0.44% 0.65% -
HSV(B) 91.54º 0.38% 0.8% -
XYZ 40.97 53.09 28.17 -
YUV 183.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 164 205 127 0.2 0 0.38 0.20 91.54 0.44 0.65
Hex A4 CD 7F 14 0 26 14 5C 2C 41
Octal 244 315 177 24 0 46 24 134 54 101
Binary 10100100 11001101 1111111 10100 0 100110 10100 1011100 101100 1000001

Color Harmonies of #A4CD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CD7F

Black with #A4CD7F

Text Example


Text Example

White with #A4CD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CD7F; }

 p { color: rgb(164,205,127); }

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

background-color css

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

 a { background-color: rgb(164,205,127); }

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

border-color css

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

 span { border-color: rgb(164,205,127); }

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