Html Css Color HEX #A8DF7D Feijoa

📋 copy color: '#A8DF7D'

red 168 ◦ green 223 ◦ blue 125

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

Shades of Feijoa #A8DF7D

Tints of Feijoa #A8DF7D

RGB

 RED value IS 168 (66.02% from 255) = 32.56%

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

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

R = 32.56%
G = 43.22%
B = 24.22%

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

#A8DF7D (or 0xA8DF7D) is known color: Feijoa. HEX triplet: A8, DF and 7D. RGB value is (168,223,125). Sum of RGB (Red+Green+Blue) = 168+223+125=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF7D is #572082. Grayscale: #C3C3C3. Windows color (decimal): -5709955 or 8249256. OLE color: 8249256.

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

Color convert

RGB 168 223 125 -
CMYK 0.25 0 0.44 0.13
HSL 93.67º 0.6% 0.68% -
HSV(B) 93.67º 0.44% 0.87% -
XYZ 46.24 62.58 29.04 -
YUV 195.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 168 223 125 0.25 0 0.44 0.13 93.67 0.6 0.68
Hex A8 DF 7D 19 0 2C D 5E 3C 44
Octal 250 337 175 31 0 54 15 136 74 104
Binary 10101000 11011111 1111101 11001 0 101100 1101 1011110 111100 1000100

Color Harmonies of #A8DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF7D

Black with #A8DF7D

Text Example


Text Example

White with #A8DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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