Html Css Color HEX #A3ED7D Feijoa

📋 copy color: '#A3ED7D'

red 163 ◦ green 237 ◦ blue 125

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

Shades of Feijoa #A3ED7D

Tints of Feijoa #A3ED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.14%

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

R = 31.05%
G = 45.14%
B = 23.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#A3ED7D (or 0xA3ED7D) is known color: Feijoa. HEX triplet: A3, ED and 7D. RGB value is (163,237,125). Sum of RGB (Red+Green+Blue) = 163+237+125=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3ED7D is #5C1282. Grayscale: #CACACA. Windows color (decimal): -6034051 or 8252835. OLE color: 8252835.

HSL color Cylindrical-coordinate representation of color #A3ED7D: hue angle of 99.64º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3ED7D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 237 125 -
CMYK 0.31 0 0.47 0.07
HSL 99.64º 0.76% 0.71% -
HSV(B) 99.64º 0.47% 0.93% -
XYZ 49.09 69.84 30.29 -
YUV 202.11 84.48 100.11 -
System Red Green Blue C M Y K H S L
Decimal 163 237 125 0.31 0 0.47 0.07 99.64 0.76 0.71
Hex A3 ED 7D 1F 0 2F 7 64 4C 47
Octal 243 355 175 37 0 57 7 144 114 107
Binary 10100011 11101101 1111101 11111 0 101111 111 1100100 1001100 1000111

Color Harmonies of #A3ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ED7D

Black with #A3ED7D

Text Example


Text Example

White with #A3ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ED7D; }

 p { color: rgb(163,237,125); }

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

background-color css

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

 a { background-color: rgb(163,237,125); }

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

border-color css

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

 span { border-color: rgb(163,237,125); }

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