Html Css Color HEX #A3D074 Feijoa

📋 copy color: '#A3D074'

red 163 ◦ green 208 ◦ blue 116

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

Shades of Feijoa #A3D074

Tints of Feijoa #A3D074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 33.47%
G = 42.71%
B = 23.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A3D074 (or 0xA3D074) is known color: Feijoa. HEX triplet: A3, D0 and 74. RGB value is (163,208,116). Sum of RGB (Red+Green+Blue) = 163+208+116=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D074 is #5C2F8B. Grayscale: #B8B8B8. Windows color (decimal): -6041484 or 7655587. OLE color: 7655587.

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

Color convert

RGB 163 208 116 -
CMYK 0.22 0 0.44 0.18
HSL 89.35º 0.49% 0.64% -
HSV(B) 89.35º 0.44% 0.82% -
XYZ 40.81 54.16 24.83 -
YUV 184.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 163 208 116 0.22 0 0.44 0.18 89.35 0.49 0.64
Hex A3 D0 74 16 0 2C 12 59 31 40
Octal 243 320 164 26 0 54 22 131 61 100
Binary 10100011 11010000 1110100 10110 0 101100 10010 1011001 110001 1000000

Color Harmonies of #A3D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D074

Black with #A3D074

Text Example


Text Example

White with #A3D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D074; }

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

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

background-color css

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

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

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

border-color css

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

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

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