Html Css Color HEX #A3ED82 Feijoa

📋 copy color: '#A3ED82'

red 163 ◦ green 237 ◦ blue 130

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

Shades of Feijoa #A3ED82

Tints of Feijoa #A3ED82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 30.75%
G = 44.72%
B = 24.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#A3ED82 (or 0xA3ED82) is known color: Feijoa. HEX triplet: A3, ED and 82. RGB value is (163,237,130). Sum of RGB (Red+Green+Blue) = 163+237+130=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #A3ED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3ED82 is #5C127D. Grayscale: #CBCBCB. Windows color (decimal): -6034046 or 8580515. OLE color: 8580515.

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

Color convert

RGB 163 237 130 -
CMYK 0.31 0 0.45 0.07
HSL 101.5º 0.75% 0.72% -
HSV(B) 101.5º 0.45% 0.93% -
XYZ 49.42 69.97 32.02 -
YUV 202.68 86.98 99.7 -
System Red Green Blue C M Y K H S L
Decimal 163 237 130 0.31 0 0.45 0.07 101.5 0.75 0.72
Hex A3 ED 82 1F 0 2D 7 65 4B 48
Octal 243 355 202 37 0 55 7 145 113 110
Binary 10100011 11101101 10000010 11111 0 101101 111 1100101 1001011 1001000

Color Harmonies of #A3ED82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ED82

Black with #A3ED82

Text Example


Text Example

White with #A3ED82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ED82; }

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

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

background-color css

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

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

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

border-color css

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

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

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