Html Css Color HEX #A4DF7F Feijoa

📋 copy color: '#A4DF7F'

red 164 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #A4DF7F

Tints of Feijoa #A4DF7F

RGB

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

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

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

R = 31.91%
G = 43.39%
B = 24.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A4DF7F (or 0xA4DF7F) is known color: Feijoa. HEX triplet: A4, DF and 7F. RGB value is (164,223,127). Sum of RGB (Red+Green+Blue) = 164+223+127=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DF7F is #5B2080. Grayscale: #C2C2C2. Windows color (decimal): -5972097 or 8380324. OLE color: 8380324.

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

Color convert

RGB 164 223 127 -
CMYK 0.26 0 0.43 0.13
HSL 96.88º 0.6% 0.69% -
HSV(B) 96.88º 0.43% 0.87% -
XYZ 45.53 62.2 29.68 -
YUV 194.42 89.95 106.31 -
System Red Green Blue C M Y K H S L
Decimal 164 223 127 0.26 0 0.43 0.13 96.88 0.6 0.69
Hex A4 DF 7F 1A 0 2B D 61 3C 45
Octal 244 337 177 32 0 53 15 141 74 105
Binary 10100100 11011111 1111111 11010 0 101011 1101 1100001 111100 1000101

Color Harmonies of #A4DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF7F

Black with #A4DF7F

Text Example


Text Example

White with #A4DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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