Html Css Color HEX #A4DF7D Feijoa

📋 copy color: '#A4DF7D'

red 164 ◦ green 223 ◦ blue 125

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

Shades of Feijoa #A4DF7D

Tints of Feijoa #A4DF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 32.03%
G = 43.55%
B = 24.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#A4DF7D (or 0xA4DF7D) is known color: Feijoa. HEX triplet: A4, DF and 7D. RGB value is (164,223,125). Sum of RGB (Red+Green+Blue) = 164+223+125=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF7D is #5B2082. Grayscale: #C2C2C2. Windows color (decimal): -5972099 or 8249252. OLE color: 8249252.

HSL color Cylindrical-coordinate representation of color #A4DF7D: hue angle of 96.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4DF7D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 223 125 -
CMYK 0.26 0 0.44 0.13
HSL 96.12º 0.6% 0.68% -
HSV(B) 96.12º 0.44% 0.87% -
XYZ 45.4 62.15 29.01 -
YUV 194.19 88.95 106.47 -
System Red Green Blue C M Y K H S L
Decimal 164 223 125 0.26 0 0.44 0.13 96.12 0.6 0.68
Hex A4 DF 7D 1A 0 2C D 60 3C 44
Octal 244 337 175 32 0 54 15 140 74 104
Binary 10100100 11011111 1111101 11010 0 101100 1101 1100000 111100 1000100

Color Harmonies of #A4DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF7D

Black with #A4DF7D

Text Example


Text Example

White with #A4DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF7D; }

 p { color: rgb(164,223,125); }

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

background-color css

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

 a { background-color: rgb(164,223,125); }

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

border-color css

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

 span { border-color: rgb(164,223,125); }

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