Html Css Color HEX #A8DD7F Feijoa

📋 copy color: '#A8DD7F'

red 168 ◦ green 221 ◦ blue 127

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

Shades of Feijoa #A8DD7F

Tints of Feijoa #A8DD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

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

R = 32.56%
G = 42.83%
B = 24.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A8DD7F (or 0xA8DD7F) is known color: Feijoa. HEX triplet: A8, DD and 7F. RGB value is (168,221,127). Sum of RGB (Red+Green+Blue) = 168+221+127=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD7F is #572280. Grayscale: #C2C2C2. Windows color (decimal): -5710465 or 8379816. OLE color: 8379816.

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

Color convert

RGB 168 221 127 -
CMYK 0.24 0 0.43 0.13
HSL 93.83º 0.58% 0.68% -
HSV(B) 93.83º 0.43% 0.87% -
XYZ 45.84 61.57 29.55 -
YUV 194.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 168 221 127 0.24 0 0.43 0.13 93.83 0.58 0.68
Hex A8 DD 7F 18 0 2B D 5E 3A 44
Octal 250 335 177 30 0 53 15 136 72 104
Binary 10101000 11011101 1111111 11000 0 101011 1101 1011110 111010 1000100

Color Harmonies of #A8DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD7F

Black with #A8DD7F

Text Example


Text Example

White with #A8DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD7F; }

 p { color: rgb(168,221,127); }

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

background-color css

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

 a { background-color: rgb(168,221,127); }

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

border-color css

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

 span { border-color: rgb(168,221,127); }

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