Html Css Color HEX #A7DF7D Feijoa

📋 copy color: '#A7DF7D'

red 167 ◦ green 223 ◦ blue 125

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

Shades of Feijoa #A7DF7D

Tints of Feijoa #A7DF7D

RGB

 RED value IS 167 (65.63% from 255) = 32.43%

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

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

R = 32.43%
G = 43.3%
B = 24.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#A7DF7D (or 0xA7DF7D) is known color: Feijoa. HEX triplet: A7, DF and 7D. RGB value is (167,223,125). Sum of RGB (Red+Green+Blue) = 167+223+125=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DF7D is #582082. Grayscale: #C3C3C3. Windows color (decimal): -5775491 or 8249255. OLE color: 8249255.

HSL color Cylindrical-coordinate representation of color #A7DF7D: hue angle of 94.29º 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 #A7DF7D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 223 125 -
CMYK 0.25 0 0.44 0.13
HSL 94.29º 0.6% 0.68% -
HSV(B) 94.29º 0.44% 0.87% -
XYZ 46.03 62.47 29.03 -
YUV 195.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 167 223 125 0.25 0 0.44 0.13 94.29 0.6 0.68
Hex A7 DF 7D 19 0 2C D 5E 3C 44
Octal 247 337 175 31 0 54 15 136 74 104
Binary 10100111 11011111 1111101 11001 0 101100 1101 1011110 111100 1000100

Color Harmonies of #A7DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DF7D

Black with #A7DF7D

Text Example


Text Example

White with #A7DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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