Html Css Color HEX #A3D07F Feijoa

📋 copy color: '#A3D07F'

red 163 ◦ green 208 ◦ blue 127

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

Shades of Feijoa #A3D07F

Tints of Feijoa #A3D07F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 32.73%
G = 41.77%
B = 25.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#A3D07F (or 0xA3D07F) is known color: Feijoa. HEX triplet: A3, D0 and 7F. RGB value is (163,208,127). Sum of RGB (Red+Green+Blue) = 163+208+127=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D07F is #5C2F80. Grayscale: #B9B9B9. Windows color (decimal): -6041473 or 8376483. OLE color: 8376483.

HSL color Cylindrical-coordinate representation of color #A3D07F: hue angle of 93.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3D07F is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 208 127 -
CMYK 0.22 0 0.39 0.18
HSL 93.33º 0.46% 0.66% -
HSV(B) 93.33º 0.39% 0.82% -
XYZ 41.49 54.43 28.4 -
YUV 185.31 95.09 112.09 -
System Red Green Blue C M Y K H S L
Decimal 163 208 127 0.22 0 0.39 0.18 93.33 0.46 0.66
Hex A3 D0 7F 16 0 27 12 5D 2E 42
Octal 243 320 177 26 0 47 22 135 56 102
Binary 10100011 11010000 1111111 10110 0 100111 10010 1011101 101110 1000010

Color Harmonies of #A3D07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D07F

Black with #A3D07F

Text Example


Text Example

White with #A3D07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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