Html Css Color HEX #A3DD7F Feijoa

📋 copy color: '#A3DD7F'

red 163 ◦ green 221 ◦ blue 127

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

Shades of Feijoa #A3DD7F

Tints of Feijoa #A3DD7F

RGB

 RED value IS 163 (64.06% from 255) = 31.9%

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

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

R = 31.9%
G = 43.25%
B = 24.85%

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

#A3DD7F (or 0xA3DD7F) is known color: Feijoa. HEX triplet: A3, DD and 7F. RGB value is (163,221,127). Sum of RGB (Red+Green+Blue) = 163+221+127=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DD7F is #5C2280. Grayscale: #C1C1C1. Windows color (decimal): -6038145 or 8379811. OLE color: 8379811.

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

Color convert

RGB 163 221 127 -
CMYK 0.26 0 0.43 0.13
HSL 97.02º 0.58% 0.68% -
HSV(B) 97.02º 0.43% 0.87% -
XYZ 44.79 61.03 29.5 -
YUV 192.94 90.78 106.64 -
System Red Green Blue C M Y K H S L
Decimal 163 221 127 0.26 0 0.43 0.13 97.02 0.58 0.68
Hex A3 DD 7F 1A 0 2B D 61 3A 44
Octal 243 335 177 32 0 53 15 141 72 104
Binary 10100011 11011101 1111111 11010 0 101011 1101 1100001 111010 1000100

Color Harmonies of #A3DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DD7F

Black with #A3DD7F

Text Example


Text Example

White with #A3DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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